Skip to content

Instantly share code, notes, and snippets.

@deltheil
Created January 9, 2016 11:00
Show Gist options
  • Save deltheil/1e79090fda3c4f61c9e7 to your computer and use it in GitHub Desktop.
Save deltheil/1e79090fda3c4f61c9e7 to your computer and use it in GitHub Desktop.
LuaRocks: path-related variables for external dependencies
# e.g. with lsqlite3
#
# see https://github.com/keplerproject/luarocks/blob/7a7c124/src/luarocks/deps.lua#L522-L529
luarocks SQLITE_INCDIR=/usr/local/opt/sqlite/include SQLITE_LIBDIR=/usr/local/opt/sqlite/lib install lsqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment