mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
6 lines
78 B
Bash
6 lines
78 B
Bash
![]() |
rm -rf build
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake .. -DLWS_WITH_MINIMAL_EXAMPLES=1
|
||
|
make
|