mirror of
https://github.com/libsm64/libsm64.git
synced 2025-01-22 15:43:11 -05:00
Add ROM instructions
This commit is contained in:
parent
f6aec6d58e
commit
ddf359a7ff
1 changed files with 3 additions and 1 deletions
|
@ -14,4 +14,6 @@ and SDL2 + GLEW for the test program.
|
|||
|
||||
- `make lib`: Build the `dist` directory, containing the shared object and public-facing header.
|
||||
- `make test`: (Default) Builds the library `dist` directory as well as the test program.
|
||||
- `make run`: Build and run the SDL+OpenGL test program.
|
||||
- `make run`: Build and run the SDL+OpenGL test program.
|
||||
|
||||
To run the test program you'll need a SM64 US ROM in the root of the repository with the name `baserom.us.z64`.
|
Loading…
Reference in a new issue