X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.md;h=2c9fb1417e8059cdd4c9043353a8210e4fb842b0;hb=024e6f9e1a39a9617a737448b60b3ea95d513203;hp=f9adc92640dc4e0250c2e560f525ea71d08bad5a;hpb=594591c9a7a04a16dd1446ad83c3597fc0244b52;p=summerhack diff --git a/README.md b/README.md index f9adc92..2c9fb14 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,23 @@ While on FreeBSD: sudo pkg install mesa-libs sdl gmake -### Windows +### Windows (MSVC) + +The sticking point with compiling on windows, especially with MSVC, is how to +handle dependencies. OpenGL is not an issue, but SDL must be installed and the +compiler/linker needs to be informed of its location. + +For new versions of MS Visual C++ (2015 or later), use vcpkg to install SDL 1.2. +It should work automatically. + +For older versions of MSVC, download the pre-compiled SDL 1.2 package: +https://libsdl.org/release/SDL-devel-1.2.15-VC.zip +and unzip it in the libs directory of summerhack (so that the directory +`libs\SDL-1.2.15` exists). + +Once SDL is taken care of, simply open the `summerhack.sln` project and hit F7 +(Build->Build Solution). -TODO ### MacOS X