mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-23 03:10:06 +08:00
5.3.2 build instructions
This commit is contained in:
parent
d1695d3b42
commit
7018ed5bcc
48
5.3.2/compile_mac_5.3.2.txt
Normal file
48
5.3.2/compile_mac_5.3.2.txt
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
1. устанавливаем xcode 4.6.dmg + command_line_tools_lion_xcode462_cltools_10_76938260a
|
||||||
|
2. tar -xvf qt-everywhere-opensource-src-5.3.2.tar.gz
|
||||||
|
3. Компиляция
|
||||||
|
|
||||||
|
cd qtbase
|
||||||
|
./configure -opensource -no-openssl -nomake examples -nomake tests -platform macx-clang-32 -no-c++11
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
|
4.
|
||||||
|
nano ~/.profile
|
||||||
|
|
||||||
|
"
|
||||||
|
PATH=/usr/local/Qt-5.3.2/bin:$PATH
|
||||||
|
export PATH
|
||||||
|
"
|
||||||
|
После этого надо закрыть консоль и начать новую сессию
|
||||||
|
|
||||||
|
5. cd ../qttools
|
||||||
|
qmake
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
|
6. cd ../qtmacextras
|
||||||
|
qmake
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
|
7. Устанавливаем доки
|
||||||
|
|
||||||
|
cd ../qtbase
|
||||||
|
make docs
|
||||||
|
cd ../qttools
|
||||||
|
make docs
|
||||||
|
cd ../qtmacextras
|
||||||
|
make docs
|
||||||
|
|
||||||
|
sudo cp -f -r ../qtbase/doc /usr/local/Qt-5.3.2/
|
||||||
|
|
||||||
|
8. Создаем ZIP файл
|
||||||
|
|
||||||
|
cd /usr/local
|
||||||
|
zip -r ~/Desktop/qt5.3.2_mac.zip Qt-5.3.2/*
|
||||||
|
|
||||||
|
Установка
|
||||||
|
- повторяем пункт 1, command line tools ставим в зависимости от операционки разработки
|
||||||
|
- Распаковываем
|
||||||
|
- повторяем пункт 4
|
Loading…
Reference in New Issue
Block a user