From 145116bc34a5366a317a29ecef21205ba32a75bd Mon Sep 17 00:00:00 2001 From: joevenzon Date: Sun, 29 May 2016 14:59:07 -0700 Subject: [PATCH] Update Compiling.md Updated msys2 windows build instructions based on my experience with latest msys2 --- docs/Compiling.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Compiling.md b/docs/Compiling.md index acc3065b2..c26e8758b 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -9,12 +9,17 @@ Windows - Install [MSYS2](http://sourceforge.net/p/msys2/wiki/MSYS2%20installation/) and update local packages. - Install build tools. - pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-pkgconf scons' + pacman -S mingw-w64-x86_64-gcc scons - Install VDrift dependencies. pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-bullet mingw-w64-x86_64-curl mingw-w64-x86_64-libvorbis +- Adjust your paths, if necessary: + + export PATH=$PATH:/mingw64/bin + export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/mingw64/lib/pkgconfig + - Build VDrift using MinGW-w64 Win64 Shell. scons