mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
git-subtree-dir: src/cpp/websocketpp git-subtree-split: 1ec36a47468a23f01754fa3a086874e13a4d52d9
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).