환경 ->
Ubuntu 12.04 64bit
Qt Creator ver 3.01
비고 -> Qt Creator 설치를 미리해야함
Compile 을 위한 패키지 설치
sudo apt-get install g++
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
sudo apt-get install build-essential
저장소 업데이트
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
QT5 설치
sudo apt-get install qtdeclarative5-dev
아래의 순서에 따라 진행
- open it up and go to Tools->Options
- click the "Build & Run" section in the left menu
- click the "Qt Versions" tab
-
click "Add..." and enter the location that corresponds with your OS:
32-bit:
/usr/lib/i686-linux-gnu/qt5/bin/qmake
64-bit:/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
않되면 댓글바람
'Linux > Ubuntu 12.04' 카테고리의 다른 글
우분투 12.04 자동 마운트 (0) | 2013.02.28 |
---|---|
우분투 12.04 LTS Java 1.5 (jdk5) 설치 (1) | 2013.02.19 |