modify build setup
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / examples / sip_client / README.txt
1
2
3 Checkout the project from git
4
5 At the top level, run cmake:
6
7   cmake -G 'Unix Makefiles' \
8      -D BUILD_EXAMPLES=ON \
9      -D WEBSOCKETPP_ROOT=/tmp/cm1 \
10      -D ENABLE_CPP11=OFF .
11
12 and then make the example:
13
14   make -C examples/sip_client
15
16 Now run it:
17
18   bin/sip_client ws://ws-server:80
19
20 It has been tested against the repro SIP proxy from reSIProcate
21
22   http://www.resiprocate.org/WebRTC_and_SIP_Over_WebSockets