-
Notifications
You must be signed in to change notification settings - Fork 601
Description
first: build of master seems to have the same problem...
note build on linux
What I have done:
clone the repository and switched to release_6_05
... also I installed missing dependencies for qt5
then I copied the qmake command from build_lin
qmake -config release "CONFIG += release_lin build_free" "CONFIG += exclude_fw"
and here is the bug:
I added CONFIG += exclude_fw
,as there seems a file to be missing in the firmware folders and make then seems to get stuck in a loop...
with this modification then make clean && make -j 8
succeed in in building the program which at least started (I have not done any futher test, its late in the evening :-) )
The tool opens normally with the initial dialogs...
PS: just a remark to build_lin:
the line
export PATH=/opt/Qt/5.15-static/bin:$PATH
is a strange assumption as QT5 is installed normally on my system and the specific version QT5.15 is of course not available...