add lib locations for windows setup

This commit is contained in:
Andrew Reece
2016-01-24 17:12:25 +00:00
parent 2684acdd6c
commit da31d40be4
+8 -2
View File
@@ -80,8 +80,14 @@ http://www.libsdl.org/ (SDL2-devel-2.0.x-mingw.tar.gz).
3. Copy all lib files from
> SDL2-devel-2.0.x-mingw\SDL2-2.0.x\x86_64-w64-mingw32\lib
inside
> C:\Rust\bin\rustlib\x86_64-pc-windows-gnu\lib
to (for Rust 1.6 and above)
> C:\Program Files\Rust\\**lib**\rustlib\x86_64-pc-windows-gnu\lib
or to (for Rust versions 1.5 and below)
> C:\Program Files\Rust\\**bin**\rustlib\x86_64-pc-windows-gnu\lib
or to your library folder of choice, and ensure you have a system environment variable of
> LIBRARY_PATH = C:\your\rust\library\folder
4. Copy SDL2.dll from
> SDL2-devel-2.0.x-mingw\SDL2-2.0.x\x86_64-w64-mingw32\bin