Hello everyone,
I’m trying to build kicad from source on my notebook with ubuntu 18.04.
I have allready installed everything what is needed for the installation from the list in Install.txt in the kicad direction.
But when i want to cmake the files this error is detected:
martin@MC-EZ:~/Downloads/Kicad/kicad-source-mirror-master/build$ cmake DCMAKE_BUILD_Type=Release …/
cmake: /usr/local/lib/libcurl.so.4: no version information available (required by cmake)
– Kicad install dir: </usr/local>
– Check for installed GLEW – found
– Boost version: 1.65.1
– Check for installed Python Interpreter – found
– Python module install path: lib/python2.7/dist-packages
CMake Error at CMakeLists.txt:749 (message):
wxPython version 3.1 does not appear to be installed on the system.
– Configuring incomplete, errors occurred!
See also “/home/martin/Downloads/Kicad/kicad-source-mirror-master/build/CMakeFiles/CMakeOutput.log”.
See also “/home/martin/Downloads/Kicad/kicad-source-mirror-master/build/CMakeFiles/CMakeError.log”.
I have allready installed wxpython … but the version 3.0. and 4.0. … i dont find any version 3.1…
Does anyone know what the problem is and how i can fix it?
Best regards,
Martin