Robotips / uConfig

Datasheet pinout extractor from PDF and library Stylizer for Kicad.
GNU General Public License v3.0
513 stars 55 forks source link

does not compile under linux #46

Closed nopeppermint closed 1 year ago

nopeppermint commented 1 year ago

I am getting a lot of warning/error


/usr/lib/qt5/bin/qmake -o Makefile ../../src/uconfig_gui/uconfig_gui.pro
WARNING: Failure to find: ../../contrib/QDarkStyleSheet/qdarkstyle/style.qrc
/usr/lib/qt5/bin/rcc: File does not exist '../../contrib/QDarkStyleSheet/qdarkstyle/style.qrc'
^Cmake: *** [Makefile:181: sub-uconfig_gui-make_first-ordered] 
nopeppermint commented 1 year ago

problem was missing, not updated submodule

=> git submodule init => git submodule update

needed before creating the build directory

sebcaux commented 1 year ago

You're right. You need to init submodule or clone uConfig with --recursive option. I should add it clearly in the Readme file.