You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we do
"sudo apt-get install qt6-base-dev"
then we can't do
"ln -s /opt/Qt/6.2.4/gcc_64/bin/qmake /usr/bin/qmake"
qt6-base-dev installs lots of stuff in /usr/bin.
Also there are multiple paths to qmake, and the correct build relies on "/opt/Qt/6.2.4/gcc_64/bin/" being first in path to get the correct qmake.
For simplicity I suggest we just change instructions (I will do) to just
install Qt v 6.2.4 (from qt.io), then put the soft link in.
Are you OK with that?
Have tested command line build works fine with the above.
Will then add QtCreator build after that....
Was also thinking we could do a few pages
Home
Set Up For Command Line Build
How-To Command Line Build And Install
Set Up For QtCreator
Other Notes
Do you think more helpful that way?
The text was updated successfully, but these errors were encountered:
If we do
"sudo apt-get install libhamlib-dev"
then we don't need
"You can find the correct installation in the next link: https://www.linuxwolfpack.com/linuxmint_17_build_hamlib_fldigi_from_source.php"
I suggest we change instructions (I will do) to just install the library.
Are you OK with that?
If we do
"sudo apt-get install qt6-base-dev"
then we can't do
"ln -s /opt/Qt/6.2.4/gcc_64/bin/qmake /usr/bin/qmake"
qt6-base-dev installs lots of stuff in /usr/bin.
Also there are multiple paths to qmake, and the correct build relies on "/opt/Qt/6.2.4/gcc_64/bin/" being first in path to get the correct qmake.
For simplicity I suggest we just change instructions (I will do) to just
install Qt v 6.2.4 (from qt.io), then put the soft link in.
Are you OK with that?
Have tested command line build works fine with the above.
Will then add QtCreator build after that....
Was also thinking we could do a few pages
Do you think more helpful that way?
The text was updated successfully, but these errors were encountered: