From 71c89100474e0cdee34d33df921877a3bfcfe536 Mon Sep 17 00:00:00 2001 From: headshot2017 Date: Thu, 26 Jan 2023 20:03:48 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb26825..60da2f4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ project under the `test` directory as well, demonstrating usage of the library. - Run `make` to build. If you want to link musl libc instead of glibc run `LIBSM64_MUSL=1 make` instead. - To run the test program you'll need a SM64 US ROM in the root of the repository with the name `baserom.us.z64`. -## Building on Windows (test program not supported) +## Building on Windows - [Follow steps 1-4 for setting up MSYS2 MinGW 64 here](https://github.com/sm64-port/sm64-port#windows), but replace the repository URL with `https://github.com/libsm64/libsm64.git` - Run `make` to build