Update README.md

This commit is contained in:
Jeremy Burns
2020-10-19 23:01:14 -06:00
committed by GitHub
parent ddf359a7ff
commit f605240c6f
+2 -2
View File
@@ -9,11 +9,11 @@ which makes use of this library must ask the user to provide a ROM for asset ext
## Building ## Building
Currently only linux is supported. Window support coming soon. Requires python3 to build the library, Currently only linux is supported. Windows support coming soon. Requires python3 to build the library,
and SDL2 + GLEW for the test program. and SDL2 + GLEW for the test program.
- `make lib`: Build the `dist` directory, containing the shared object and public-facing header. - `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 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`. To run the test program you'll need a SM64 US ROM in the root of the repository with the name `baserom.us.z64`.