Skip to content

Commit

Permalink
update readme part
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jan 28, 2024
1 parent 3b4bc78 commit 472c664
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ cmake -DCMAKE_BUILD_TYPE=Release ../
make -j8
```

We recomend to build cpk using ninja + mingw:

```sh
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../
ninja
```

## License
[MIT](https://github.com/DEgiTx/cpk/blob/master/LICENSE)

Expand Down

0 comments on commit 472c664

Please sign in to comment.