From 47bcd57d797220e53f2c36f93d6c2ef88cf3b3db Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 18 Mar 2020 15:11:39 -0400 Subject: [PATCH] README.md : Added 'Development Setup' section. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3e7be1d..1b557ec 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,15 @@ - 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 .. +