Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Created July 11, 2014 20:01
Show Gist options
  • Select an option

  • Save blackymetal/9afa5865a0d2dd40810c to your computer and use it in GitHub Desktop.

Select an option

Save blackymetal/9afa5865a0d2dd40810c to your computer and use it in GitHub Desktop.
Compilling with libwebsockets
gcc [parameters] -I/path/to/more/headers [source files] /path/to/libwebsockets.(so|dylib)
gcc -o simple -Ilib/ test-client.c ./libwebsockets.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment