mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
14 lines
243 B
Text
Executable file
14 lines
243 B
Text
Executable file
# This is currently what is required to build with Lua.
|
|
|
|
# OSX:
|
|
autoreconf -f
|
|
./configure --with-lua
|
|
|
|
# Cygwin 1.5:
|
|
#autoreconf -f
|
|
#./configure
|
|
|
|
# Cygwin 1.7:
|
|
#autoreconf -f
|
|
#./configure --with-ncurses --with-ncurses-inc=/usr/include/ncurses
|
|
|