diff --git a/README.md b/README.md index 34a2191..ed8e776 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ which makes use of this library must ask the user to provide a ROM for asset ext ## 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. - `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. -To run the test program you'll need a SM64 US ROM in the root of the repository with the name `baserom.us.z64`. \ No newline at end of file +To run the test program you'll need a SM64 US ROM in the root of the repository with the name `baserom.us.z64`.