Add readme

This commit is contained in:
jaburns 2020-10-09 09:23:36 -06:00
parent 043d97dbd1
commit bd5bda6726

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# 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