Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/examples/ws_client/build.sh

6 lines
183 B
Bash
Raw Normal View History

2025-08-22 18:22:57 +08:00
#!/bin/sh
rm ws_client_example
cc ws_client.c ../../src/civetweb.c -DUSE_WEBSOCKET -I../../include -lpthread -ldl -g -O0 -DNO_SSL -o ws_client_example -Wall
ls -la ws_client_example