mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Build System - with_lua
- Added Cygwin 1.5, 1.7 commands.
This commit is contained in:
parent
883e264319
commit
22d99806d0
1 changed files with 10 additions and 2 deletions
12
with_lua
12
with_lua
|
@ -1,6 +1,14 @@
|
|||
# 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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue