Niklas Fiekas e927db7979 Bump minimum CMake version to 3.10 hai 7 meses
..
CMakeLists.txt e927db7979 Bump minimum CMake version to 3.10 hai 7 meses
README.md 51df7f5d1b Add linux websocket server cpp example %!s(int64=3) %!d(string=hai) anos
main.cc 51df7f5d1b Add linux websocket server cpp example %!s(int64=3) %!d(string=hai) anos

README.md

[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