geode-sdk-example-mod/README.md

21 lines
452 B
Markdown
Raw Normal View History

2024-05-27 10:11:57 -04:00
![default mod logo](logo.png)
2022-01-26 11:55:53 -05:00
2024-05-27 10:11:57 -04:00
## Build instructions
***Windows***
```sh
cmake -A win32 -B build
cmake --build build --config RelWithDebInfo
```
***MacOS***
```sh
cmake -B build
cmake --build build --config RelWithDebInfo
```
# Resources
[The SDK itself](https://github.com/geode-sdk/geode/)\
[The SDK Documentation](https://docs.geode-sdk.org/)\
[Bindings](https://github.com/geode-sdk/bindings/)\
[Dev Tools](https://github.com/geode-sdk/DevTools)