Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rnayabed committed Mar 1, 2023
1 parent 5ce522c commit b2a80a1
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,17 @@ In case you forget to do that, you need to run the following command:
git submodule update --init
```

### Compile for Linux / MacOS
### Compile

```
cmake -B build -G Ninja -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build
./build/src/rangoli
cmake --build build --parallel
```

### Compile for Windows

```
cmake -B build -G Ninja -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build
.\build\src\rangoli.exe
```
### Run
- Linux: `./build/src/rangoli`
- Windows: `.\build\src\rangoli.exe`
- MacOS: `open ./build/src/rangoli.app`

## Bugs and Support

Expand Down

0 comments on commit b2a80a1

Please sign in to comment.