https://github.com/intelorca/libsawyer
https://github.com/intelorca/libsawyer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/intelorca/libsawyer
- Owner: IntelOrca
- License: mit
- Created: 2021-02-25T23:27:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T22:57:35.000Z (over 2 years ago)
- Last Synced: 2025-04-05T17:51:10.258Z (about 1 year ago)
- Language: C++
- Size: 1.09 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libsawyer
Common code shared between [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2) and [OpenLoco](https://github.com/OpenLoco/OpenLoco).
## Build
```
cmake -G Ninja -B bin
cmake --build bin
cmake --install bin
```
## Build and run tests
```
cmake --build bin --target tests
bin/tests
```
## Build fsaw
```
cd tools/fsaw
cmake -G Ninja -B bin
cmake --build bin
```
## Licence
**libsawyer** is licensed under the MIT License.