From 1e4efbb1f3ba718e9678a36a9478426feb637ea2 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Wed, 26 Oct 2011 16:22:57 +0200 Subject: [PATCH] add build readme --- windows/vcpp2010/readme.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 windows/vcpp2010/readme.txt diff --git a/windows/vcpp2010/readme.txt b/windows/vcpp2010/readme.txt new file mode 100644 index 0000000000..d32437e126 --- /dev/null +++ b/windows/vcpp2010/readme.txt @@ -0,0 +1,35 @@ +Build Boost +=========== + +Prerequisites: Visual Sutdio C ++ 2010 Express (or higher) + +Download Boost from http://www.boost.org/ + +Unzip boost_1_47_0.zip to C:\boost_1_47_0 + +Open a "Visual Studio Command Prompt (2010)" (not a regular cmd.exe!). + +cd C:\boost_1_47_0 + +bootstrap + +.\b2 runtime-link=static + +Now set a system environment variable: + +BOOSTROOT = C:\boost_1_47_0 + + +Background: + + - http://www.boost.org/doc/libs/1_47_0/more/getting_started/windows.html + - http://www.boost.org/doc/libs/1_47_0/more/getting_started/windows.html#library-naming + - http://stackoverflow.com/questions/2035287/static-runtime-library-linking-for-visual-c-express-2008 + + +Build websocket++ +================= + +Open websocketpp.sln in VS. + +Build Solution (F7).