Hi,
I’ve installed Qt5 on my Linux box but I’m a little confused about the directory it uses. My understanding is that shared libraries like Qt should live in ‘/usr/lib’ and their include files should live in ‘usr/include’. This was the case for Qt4, which I installed using the command line: ‘sudo apt-get install libqt4-dev qt4-qmake cmake r-base-dev libcurl4-gnutls-dev’. This seems to put things in the right place.
However, the graphical installer (which I downloaded from here [qt-project.org]) lets you specify any old directory and doesn’t then copy the libraries and user headers in to the right directories. Am I missing something or am I supposed to do this manually?
Thanks for your time,
Tim.
↧