diff options
author | pommicket <pommicket@gmail.com> | 2023-01-26 15:01:39 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-26 15:01:39 -0500 |
commit | f8ee7472b21d1078c0503e13719cc0f1f483d4ab (patch) | |
tree | d902e84b087925ada890dbbbc6d16c74919c34f2 | |
parent | 6b85f294821dcb8373adb2cc47f9c9b2b554fef9 (diff) |
windows build instructions
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |