qt-build-tools/5.6.0/compile_mac.txt
2016-04-18 17:16:06 +02:00

49 lines
1015 B
Plaintext

1. cd qtbase
./configure -opensource -no-openssl -no-securetransport -nomake examples -nomake tests -platform macx-clang-32
make
sudo make install
2.
nano ~/.profile
"
PATH=/usr/local/Qt-5.6.0/bin:$PATH
export PATH
"
После этого надо закрыть консоль и начать новую сессию
3. cd ../qtdeclarative
qmake
make
sudo make install
4. cd ../qttools
qmake
make
sudo make install
5. cd ../qtmacextras
qmake
make
sudo make install
6. Устанавливаем доки
cd ../qtbase
make docs
cd ../qttools
make docs
cd ../qtmacextras
make docs
sudo cp -f -r ../qtbase/doc /usr/local/Qt-5.6.0/
7. Создаем ZIP файл
cd /usr/local
zip -r ~/Desktop/qt5.6.0_mac.zip Qt-5.6.0/*
Установка
- повторяем пункт 1, command line tools ставим в зависимости от операционки разработки
- Распаковываем
- повторяем пункт 4