summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-26 15:01:39 -0500
committerpommicket <pommicket@gmail.com>2023-01-26 15:01:39 -0500
commitf8ee7472b21d1078c0503e13719cc0f1f483d4ab (patch)
treed902e84b087925ada890dbbbc6d16c74919c34f2
parent6b85f294821dcb8373adb2cc47f9c9b2b554fef9 (diff)
windows build instructions
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2bb147..7852ee9 100644
--- a/README.md
+++ b/README.md
@@ -53,3 +53,6 @@ a263736466a169536d6f6f74684d696e82a169536d6f6f74684d696e82a167436f6d706f736583a1
## building from source
[Install rust](https://www.rust-lang.org/tools/install) and run `cargo run --release` from this directory.
+On Windows you will need SDL2.lib and SDL2.dll
+in the autosdf directory. They are available [here](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.2)
+(extract SDL2-...-VC.zip and go to SDL2-.../lib/x64).