IXWebSocket/examples/ws_connect/README.md

12 lines
146 B
Markdown
Raw Normal View History

# Building
1. mkdir build
2. cd build
3. cmake ..
4. make
## Disable TLS
* Enable: `cmake -DUSE_TLS=OFF ..`
* Disable: `cmake -DUSE_TLS=ON ..`