mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 19:00:04 +08:00
5.13.2: compile_mac_arm.sh
This commit is contained in:
parent
ebc522a916
commit
bd0feee96a
23
5.13.2/compile_mac_arm.sh
Normal file
23
5.13.2/compile_mac_arm.sh
Normal file
@ -0,0 +1,23 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH=$PATH:/usr/local/Qt-5.13.2/bin
|
||||
|
||||
cd qtbase
|
||||
|
||||
./configure $OPTIONS QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport
|
||||
|
||||
make -j 8
|
||||
echo maki | sudo -S sudo make install
|
||||
|
||||
cd ../qttools
|
||||
qmake
|
||||
make -j 8
|
||||
echo maki | sudo -S sudo make install
|
||||
|
||||
cd ../qtmacextras
|
||||
qmake
|
||||
make -j 8
|
||||
echo maki | sudo -S sudo make install
|
||||
|
||||
cd /usr/local
|
||||
zip -r ~/Desktop/qt5.13.2_mac_arm.zip Qt-5.13.2/*
|
Loading…
Reference in New Issue
Block a user