NewGen

QT everywhere 설치... 본문

LINUX

QT everywhere 설치...

Deep Learning 2019. 5. 29. 15:11

1. qt-everywhere.... 4.8 을 다운로드 받는다.

https://download.qt.io/archive/qt/4.8/4.8.5/

 

Index of /archive/qt/4.8/4.8.5

 

download.qt.io

 

2.configure 작업. 

./configure --prefix=/path/to/install/Qt/Qt4.8.5_x64 -opensource -confirm-license -release -developer-build -multimedia -webkit -svg 

 

3. make && make install

하면 끝.

Comments