14 lines
225 B
Markdown
14 lines
225 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.
|
|
|
|
### Window
|
|
|
|
TODO |