mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
rm -rf build
|
|
mkdir build
|
|
cd build
|
|
cmake .. -DLWS_WITH_MINIMAL_EXAMPLES=1
|
|
make
|