1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/make.sh

6 lines
78 B
Bash
Raw Normal View History

rm -rf build
mkdir build
cd build
cmake .. -DLWS_WITH_MINIMAL_EXAMPLES=1
make