Skip to content

Instantly share code, notes, and snippets.

@rikka0w0
Created January 17, 2019 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rikka0w0/f8967056cb24eee1b59ef949d7dceae3 to your computer and use it in GitHub Desktop.
Save rikka0w0/f8967056cb24eee1b59ef949d7dceae3 to your computer and use it in GitHub Desktop.
Compile Libmicrohttpd examples in Linux
apt install libmicrohttpd-dev
pkg-config --list-all | grep libmicrohttpd
gcc hellobrowser.c -o hellobrowser `pkg-config --cflags --libs libmicrohttpd`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment