build.sh 183 B

12345
  1. #!/bin/sh
  2. rm ws_client_example
  3. cc ws_client.c ../../src/civetweb.c -DUSE_WEBSOCKET -I../../include -lpthread -ldl -g -O0 -DNO_SSL -o ws_client_example -Wall
  4. ls -la ws_client_example