fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.98k stars 826 forks source link

What version of Qt is required? #4121

Closed rcarteraz closed 7 months ago

rcarteraz commented 7 months ago

What version of Qt is required to build from source? Your instructions say 5.5.12, however after installing that version I get an error that it requires at minimum 6.4.3. So, I install 6 via brew which they currently have as 6.6.2_1. I try to build again and it comes back saying I can't use a higher than 5.5.12, the version I just had.

What gives? Which version? Why are your instructions so out of date?

It would appear you all make it considerably harder than it should be to build from source... I wonder why that is?

KjellMorgenstern commented 7 months ago

Required Qt version at time of this writing is Qt 6.5.3 , please see the .pro file.

bunnypranav commented 5 months ago

Required Qt version at time of this writing is Qt 6.5.3 , please see the .pro file.

Then why is that in the documentation for https://github.com/fritzing/fritzing-app/wiki/1.3-Linux-notes you have this:

sudo apt-get install build-essential git cmake libssl-dev libudev-dev qt5-default libqt5serialport5-dev libqt5svg5-dev

which suggests to install qt 5 libraries?