Created
July 11, 2014 20:01
-
-
Save blackymetal/9afa5865a0d2dd40810c to your computer and use it in GitHub Desktop.
Compilling with libwebsockets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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