fix macOS instructions to build manually (#773)

This commit is contained in:
Marco Grassi 2018-10-07 18:13:32 +08:00 committed by xarkes
parent a98354f402
commit 831532d060

View File

@ -21,7 +21,7 @@ Note that there are two major building options available:
# Building with Qmake
#### Compiling on Linux / OsX
#### Compiling on Linux / macOS
The easy way is to simply run `./build.sh` from the root directory, and let the magic happen. The script will use qmake to build Cutter.
@ -33,6 +33,13 @@ make
cd ..
```
#### Additional steps for macOS
On macOS you will also have to copy the launcher bash script:
```sh
cp ../src/macos/Cutter.sh Cutter.app/Contents/MacOS/Cutter.sh && chmod +x Cutter.app/Contents/MacOS/Cutter.sh
```
---
# Building with Cmake