Created
September 24, 2012 12:31
-
-
Save yyuu/3775732 to your computer and use it in GitHub Desktop.
build wsperf on Debian sid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install libboost1.49-all-dev scons | |
| git clone git://github.com/zaphoyd/websocketpp.git | |
| cd websocketapp | |
| env BOOST_INCLUDES=/usr/include BOOST_LIBS=/usr/lib scons | |
| ./build/release/wsperf/wsperf --version | |
| #==> wsperf/0.2.0dev WebSocket++/0.2.0dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment