From 3b406ed1988b30f92200b9925d5cd32128f309ec Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 30 Sep 2014 10:59:14 +0100 Subject: [PATCH] Update BUILD.MSVC.md Fixed code boxes. --- docs/BUILD.MSVC.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/BUILD.MSVC.md b/docs/BUILD.MSVC.md index a6a71162..1a23b329 100644 --- a/docs/BUILD.MSVC.md +++ b/docs/BUILD.MSVC.md @@ -18,11 +18,13 @@ Most of the required binaries are pre-built, but the libcef_dll_wrapper dynamic #### yaml-cpp 1. Configure CMake and generate a build system for Visual Studio by running: +2. ``` mkdir build cd build cmake.exe .. -G "Visual Studio 12" -DBOOST_ROOT={BOOST_ROOT} -DMSVC_SHARED_RT=OFF ``` + Adapt the commands as necessary for your particular setup. 2. Open the generated solution file, and build it with `Release` configuration. @@ -35,11 +37,13 @@ Example CMake keys: `-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=build -DCMAKE_ARCHIVE_OUTP #### Libgit2 1. Configure CMake and generate a build system for Visual Studio by running: +2. ``` mkdir build cd build cmake.exe .. -G "Visual Studio 12" -DBUILD_SHARED_LIBS=OFF -DSTATIC_CRT=ON ``` + Adapt the commands as necessary for your particular setup. 2. Open the generated solution file, and build it with `Release` configuration.