Skip to content

Instantly share code, notes, and snippets.

@malisipi
Last active July 8, 2024 16:20
Show Gist options
  • Select an option

  • Save malisipi/8a9acf5b2c9a7c3aadf18f7c19a9810a to your computer and use it in GitHub Desktop.

Select an option

Save malisipi/8a9acf5b2c9a7c3aadf18f7c19a9810a to your computer and use it in GitHub Desktop.
Compile WebUI application
gcc -DWEBUI_LOG -DNO_SSL -DNDEBUG -DNO_CACHING -DMUST_IMPLEMENT_CLOCK_GETTIME -DNO_CGI -DUSE_WEBSOCKET -DOPENSSL_API_1_1 src/webui.c main.c -o app.out -I./include src/civetweb/civetweb.c -Isrc/civetweb/ -static -g -fPICgcc -DWEBUI_LOG -DNO_SSL -DNDEBUG -DNO_CACHING -DMUST_IMPLEMENT_CLOCK_GETTIME -DNO_CGI -DUSE_WEBSOCKET -DOPENSSL_API_1_1 src/webui.c main.c -o app.out -I./include src/civetweb/civetweb.c -Isrc/civetweb/ -static -g -fPIC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment