mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
6 lines
164 B
Text
Executable file
6 lines
164 B
Text
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
|
|
|