README.md : Added 'Development Setup' section.

This commit is contained in:
kevin 2020-03-18 15:11:39 -04:00
parent 49bec1142f
commit 47bcd57d79

View File

@ -24,3 +24,15 @@
- implement kTcpFl in cwTcpSocket.cpp - implement kTcpFl in cwTcpSocket.cpp
# Development Setup
1) Install libwebsockets.
cd sdk
git clone https://libwebsockets.org/repo/libwebsockets
cd libwebsockets
mkdir build
cd build
sudo dnf install openssl-devel cmake
cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/kevin/sdk/libwebsockets/build/out ..