Hi All,
I’m trying to compile, kicad for centos 7.9, getting too many dependencies error. Is their direct package for Centos 7.9 to install.
Also I’m posting my error while compiling the kicad. kindly some one help to fix the problem.
$ sudo cmake -DCMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=/apps/kicad517/ -DwxWidgets_USE_DEBUG=ON -DCMAKE_VERBOSE_MAKEFILE=ON …/…/
– KiCad install dir: </usr/local>
– Check for installed GLEW – found
– Boost version: 1.58.0
– checking for module ‘ngspice’
– package ‘ngspice’ not found
– ngspice configuration file /usr/local/include/ngspice/config.h found.
– Check for installed Python Interpreter – found
– Python module install path: lib/python2.7/site-packages
CMake Error at CMakeModules/FindwxPython.cmake:62 (message):
Unknown wxPython/Phoenix version string: 2.8.12.0 (gtk2-unicode)
Call Stack (most recent call first):
CMakeLists.txt:716 (find_package)