From 7018ed5bccf5179098173477bb370d116ad53cd1 Mon Sep 17 00:00:00 2001 From: kleuter Date: Wed, 23 Mar 2016 17:40:17 +0100 Subject: [PATCH] 5.3.2 build instructions --- 5.3.2/compile_mac_5.3.2.txt | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 5.3.2/compile_mac_5.3.2.txt diff --git a/5.3.2/compile_mac_5.3.2.txt b/5.3.2/compile_mac_5.3.2.txt new file mode 100644 index 0000000..711cae8 --- /dev/null +++ b/5.3.2/compile_mac_5.3.2.txt @@ -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 \ No newline at end of file