updating macbuild readme

This commit is contained in:
Thomas Ferreira de Lima 2018-03-15 00:45:46 -04:00
parent cc98d5f6a1
commit d724d6b795
1 changed files with 2 additions and 4 deletions

View File

@ -86,9 +86,9 @@ $ ./makeDMG4mac.py -p qt5.pkg.macos-HighSierra-release -m
By: Kazzz (January 16, 2018)
# 5. Alternative building options
### 5.1 Python 3.6 from brew, Qt 5.9.4 from offline installer
### 5.1 Python 3.6 from brew, Qt 5.10.1 from brew
Homebrew's installation of python3 places a `Python.framework` in `/usr/local/opt/python/Frameworks/Python.framework/`, which you can use to build KLayout from. Qt can be downloaded for [offline installation](https://www1.qt.io/offline-installers/). You can place it in your home folder: e.g. `/home/username/Qt5.9.4/`. Given these two dependencies, you can successfully compile KLayout with the following commands:
Homebrew's installation of python3 (`brew install python3`) places a `Python.framework` in `/usr/local/opt/python/Frameworks/Python.framework/`, which you can use to build KLayout from. Qt can also be downloaded from brew with `brew install qt`.
```
# Build step
@ -103,6 +103,4 @@ Homebrew's installation of python3 places a `Python.framework` in `/usr/local/op
```
PS: If you get a syntax error in one of ruby's libraries because it is not compatible with C++11, do not fret. You only have to change one offending file.
[End of File]