aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfluffypony <ric@spagni.net>2014-07-23 15:03:52 +0200
committerfluffypony <ric@spagni.net>2014-07-23 15:03:52 +0200
commit6fc995fe5d5a9f5e74ed520b695d67159aa08b33 (patch)
treedbe82c73ad80d3a71a44ab0119e2cc10a2187112 /README
parentNew README (diff)
downloadmonero-6fc995fe5d5a9f5e74ed520b695d67159aa08b33.tar.xz
License updated to BSD 3-clause
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index a388a6be1..590d0699f 100644
--- a/README
+++ b/README
@@ -138,8 +138,13 @@ Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.53 or later.
mkdir build
cd build
- cmake -G "Visual Studio 11 Win64"
- And then do Build.
+ cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT="c:\folder\to\boost_1_55_0"
+ -DBOOST_LIBRARYDIR="c:\folder\to\boost_1_55_0\lib64-msvc-12.0"
+ msbuild Project.sln /p:Configuration=Release
+
+- If you don't have your path environment variable configured with the VS paths, you may
+ may want to run 'C:\program files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat'
+ (or equivalent) to temporarily set the environment variables.
----------------------
Building Documentation