7 lines
164 B
Plaintext
Executable File
7 lines
164 B
Plaintext
Executable File
# This is currently what is required to build with Lua.
|
|
|
|
# OSX:
|
|
rm auto.h
|
|
./configure --enable-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
|
|