http://qt.nokia.com/downloads 에서 Choose LGPL/Free를 선택하고 Download Qt SDK for Linux/X11 32-bit** (275Mb)를 다운받는다.
Qt SDK for Open Source C++ development on Linux/X11 32-bit
If download doesn't start automatically,
click: http://download.qt.nokia.com/qtsdk/qt-sdk-linux-x86-opensource-2009.03.1.bin
On Linux/Unix, you need to make the file executable in order to run it. You can either do this with your desktop's file manager or, at the command line, type:
chmod u+x qt-sdk-linux-x86-opensource-2009.03.bin
You should now be able to execute the file as normal. You can do this from the command line by typing:
./qt-sdk-linux-x86-opensource-2009.03.bin
위에서 처럼 실행하면 아래 그림과 같은 셋업이 실행된다.
위와 같이 실행을 한 후에 /opt/qtsdk-2009.03 디렉토리가 생기는 데, 설치가 끝난것이 아니라 본격적인 설치는 이제부터다...
자세한 설치 프로세스는 /opt/qtsdk-2009.03/qt/INSTALL 파일을 살펴보면 나온다.
[root@localhost qt]# ./configure Type 'c' if you want to use the Commercial Edition. o
You are licensed to use this software under the terms of Type '3' to view the GNU General Public License version 3. Do you accept the terms of either license? yes Creating qmake. Please wait...
for /opt/qtsdk-2009.03/qt/examples/script/customclass/customclass.pro Qt is now configured for building. Just run 'gmake'. To reconfigure, run 'gmake confclean' and 'configure'. [root@localhost qt]# |
configure를 했으면 make 를 하고 make install을 하면 설치가 완료된다.
'Research > Linux' 카테고리의 다른 글
mythtv: pulseaudio (0) | 2009.08.21 |
---|---|
QSqlDatabase: QMYSQL3 driver not loaded (0) | 2009.08.19 |
/etc/profile.d/*.sh (0) | 2009.08.18 |
텔넷: getaddrinfo: localhost Name or service not (0) | 2009.08.14 |
rewrite mode on (0) | 2009.08.13 |