mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement - Hooks
- Added bare bones autoconf changes to support Lua. - Added API class from metatask.git. - Added skeleton Hooks class. - Added 'with_lua' helper script.
This commit is contained in:
parent
31055360dc
commit
c66d6b0500
8 changed files with 645 additions and 11 deletions
6
with_lua
Executable file
6
with_lua
Executable file
|
@ -0,0 +1,6 @@
|
|||
# This is currently what is required to build with Lua.
|
||||
|
||||
#./configure --enable-lua=yes --with-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
||||
#./configure --enable-lua --with-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
||||
./configure --enable-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue