Commit 396237f8 authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: MSVC builds instructions aren't entirely clear

Solution: update them.
parent 6a78b3ec
For building on Windows, use:
./configure.bat
cd build
./buildall.bat
This requires that the CMD.EXE be created using the DevStudio Tools link to create a CMD.EXE windo.
Visual Studio product and C++ compiler Versions:
Visual C++ 2008 => Visual C++ 9
......@@ -14,11 +22,6 @@ More info here:
http://en.wikipedia.org/wiki/Visual_C%2B%2B
For building Windows, use the buildall.bat script in this directory.
It requires that the CMD.EXE be created using the DevStudio Tools link to create a CMD.EXE windo.
If multiple DevStudio versions are installed on the machine, you can run buildall.bat on separate windows that each were created by the desired DevStudio target.
If you prefer to build all versions (or several) at the same time, you should uncomment the specific version desired in buildall.bat to build them from a single window.
@ECHO OFF
call ../build/buildbase.bat ..\vs2015\mysolution.sln 14
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment