forked from zaphoyd/websocketpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Build Library
muhler edited this page Nov 23, 2011
·
3 revisions
Build static library
make
Build and install in system include directories
make install
Available flags:
- SHARED=1: build a shared instead of static library.
- DEBUG=1: build library with no optimizations, suitable for debugging. Debug library
is called libwebsocketpp_dbg
- CXX=*: uses * as the c++ compiler instead of system default
Build tested on
- Mac OS X 10.7 with apple gcc 4.2, macports gcc 4.6, apple llvm/clang, boost 1.47
- Fedora 15, gcc 4.6, boost 1.46
- Ubunutu server, gcc, boost 1.42