Files
libsm64/README.md
T
2020-10-09 09:24:02 -06:00

15 lines
227 B
Markdown

# libsm64 - Super Mario 64 as a library
## Building
### Linux
1. Clone this repo and cd in to it
2. `./configure`
3. `make`
4. Now do something interesting with `libsm64.so`, it's not much use on its own.
### Windows
TODO