mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
with_lua description not longer needed with cmake
This commit is contained in:
parent
3e68bc9ec5
commit
101bc8045b
1 changed files with 0 additions and 20 deletions
20
with_lua
20
with_lua
|
@ -1,20 +0,0 @@
|
|||
# This is currently what is required to build with Lua.
|
||||
|
||||
OS=`uname`
|
||||
|
||||
case $OS in
|
||||
Darwin)
|
||||
./configure --with-lua
|
||||
;;
|
||||
esac
|
||||
|
||||
# Cygwin 1.5:
|
||||
# Command:
|
||||
#./configure
|
||||
|
||||
# Ubuntu 9.10:
|
||||
# sudo apt-get install lualib5.1-0-dev
|
||||
# The library name is also liblua5.1.a, with no symlink to liblua.a.
|
||||
# Command:
|
||||
# ./configure --with-lua --with-lua-inc=/usr/include/lua5.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue