From da31d40be4734f61b4ebda9c8360ce582317c871 Mon Sep 17 00:00:00 2001 From: Andrew Reece Date: Sun, 24 Jan 2016 17:12:25 +0000 Subject: [PATCH] add lib locations for windows setup --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcdce99b..05bb6439 100644 --- a/README.md +++ b/README.md @@ -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