Updated Building for macOS (markdown)
parent
ab7e806183
commit
d214c3a9d0
|
@ -28,7 +28,7 @@ export Qt5_DIR=$(brew --prefix)/opt/qt5
|
||||||
Now you can generate makefiles for the build:
|
Now you can generate makefiles for the build:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export MACOSX_DEPLOYMENT_TARGET=10.9
|
export MACOSX_DEPLOYMENT_TARGET=10.12
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Reference in New Issue