From f605240c6f93e89aa6bcb6116cb739d92c7fd094 Mon Sep 17 00:00:00 2001 From: Jeremy Burns Date: Mon, 19 Oct 2020 23:01:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.