Skip to content

Instantly share code, notes, and snippets.

@yyuu
Created September 24, 2012 12:31
Show Gist options
  • Select an option

  • Save yyuu/3775732 to your computer and use it in GitHub Desktop.

Select an option

Save yyuu/3775732 to your computer and use it in GitHub Desktop.
build wsperf on Debian sid
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