.. | ||
.gitignore | ||
build_linux.sh | ||
CMakeLists.txt | ||
README.md | ||
ws_connect.cpp |
Building
- mkdir build
- cd build
- cmake ..
- make
Disable TLS
- Enable:
cmake -DUSE_TLS=OFF ..
- Disable:
cmake -DUSE_TLS=ON ..
.. | ||
.gitignore | ||
build_linux.sh | ||
CMakeLists.txt | ||
README.md | ||
ws_connect.cpp |
cmake -DUSE_TLS=OFF ..
cmake -DUSE_TLS=ON ..