Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
joevenzon committed May 30, 2016
2 parents e5336b1 + 145116b commit 94a5af6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/Compiling.md
Expand Up @@ -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
Expand Down

0 comments on commit 94a5af6

Please sign in to comment.