Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created January 4, 2011 04:51
Show Gist options
  • Select an option

  • Save btbytes/764409 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/764409 to your computer and use it in GitHub Desktop.
Installing luacurl

Installing luacurl

Download the source from luaforge

Linux

LUA_CFLAGS="-I/usr/include/curl" LUA_LIBS="-L/usr/lib -lm -llua" make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment