Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00
..
2025-05-07 15:35:15 -04:00
2025-05-07 15:35:15 -04:00
2025-05-07 15:35:15 -04:00

[TOC]

Civetweb websocket cpp

#1 Installation

git clone https://github.com/civetweb/civetweb.git
mkdir buildx && cd buildx
cmake -DBUILD_SHARED_LIBS=ON -DCIVETWEB_ENABLE_WEBSOCKETS=ON -DCIVETWEB_ENABLE_CXX=ON ..
make
sudo make install