mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
fix macOS instructions to build manually (#773)
This commit is contained in:
parent
a98354f402
commit
831532d060
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user