Created
January 9, 2016 11:00
-
-
Save deltheil/1e79090fda3c4f61c9e7 to your computer and use it in GitHub Desktop.
LuaRocks: path-related variables for external dependencies
This file contains 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
# 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