mirror of https://github.com/KLayout/klayout.git
To build klayout 0.25 on MacOS High-Sierra with Qt 5.9.3 from MacPorts.
This refs #1.
This commit is contained in:
parent
14894e6ab7
commit
bbe87ad5d9
|
|
@ -7,15 +7,15 @@
|
||||||
./build.sh \
|
./build.sh \
|
||||||
-release \
|
-release \
|
||||||
-qmake /opt/local/libexec/qt4/bin/qmake \
|
-qmake /opt/local/libexec/qt4/bin/qmake \
|
||||||
-build ./qt4.build.macos-yosemite \
|
-build ./qt4.build.macos-high-sierra \
|
||||||
-bin ./qt4.bin.macos-yosemite \
|
-bin ./qt4.bin.macos-high-sierra \
|
||||||
-option -j4 \
|
-option -j2 \
|
||||||
-with-qtbinding \
|
-with-qtbinding \
|
||||||
-qt4 \
|
-qt4 \
|
||||||
-ruby /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby \
|
-ruby /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby \
|
||||||
-python /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python \
|
-python /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python \
|
||||||
-rbinc /System/Library/Frameworks/Ruby.framework/Headers \
|
-rbinc /System/Library/Frameworks/Ruby.framework/Headers \
|
||||||
-rblib /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.dylib \
|
-rblib /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/libruby.dylib \
|
||||||
-pyinc /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \
|
-pyinc /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \
|
||||||
-pylib /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib 2>&1 \
|
-pylib /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib 2>&1 \
|
||||||
| tee macbuildQt4.log
|
| tee macbuildQt4.log
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,21 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Using Qt 5.8.0 from Mac Ports.
|
# Using Qt 5.9.3 from Mac Ports.
|
||||||
#
|
#
|
||||||
# Ruby: OSX native
|
# Ruby: OSX native
|
||||||
# Python: OSX native
|
# Python: OSX native
|
||||||
./build.sh \
|
./build.sh \
|
||||||
-release \
|
-release \
|
||||||
-qmake /opt/local/libexec/qt5/bin/qmake \
|
-qmake /opt/local/libexec/qt5/bin/qmake \
|
||||||
-build ./qt5.build.macos-yosemite \
|
-build ./qt5.build.macos-high-sierra \
|
||||||
-bin ./qt5.bin.macos-yosemite \
|
-bin ./qt5.bin.macos-high-sierra \
|
||||||
-option -j4 \
|
-option -j2 \
|
||||||
-with-qtbinding \
|
-with-qtbinding \
|
||||||
-qt5 \
|
-qt5 \
|
||||||
-ruby /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby \
|
-ruby /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby \
|
||||||
-python /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python \
|
-python /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python \
|
||||||
-rbinc /System/Library/Frameworks/Ruby.framework/Headers \
|
-rbinc /System/Library/Frameworks/Ruby.framework/Headers \
|
||||||
-rblib /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.dylib \
|
-rblib /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/libruby.dylib \
|
||||||
-pyinc /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \
|
-pyinc /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \
|
||||||
-pylib /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib 2>&1 \
|
-pylib /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib 2>&1 \
|
||||||
| tee macbuildQt5.log
|
| tee macbuildQt5.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue