|  | il y a 1 mois | |
|---|---|---|
| .. | ||
| CMakeLists.txt | il y a 1 mois | |
| README.md | il y a 3 ans | |
| main.cc | il y a 3 ans | |
[TOC]
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