lua-cjson is now bundled and enabled by default. it is working on Linux.

This commit is contained in:
agentzh (章亦春)
2011-08-09 23:46:50 +08:00
parent 636ef91bed
commit 6a75ebc5b0
4 changed files with 122 additions and 64 deletions

View File

@ -203,6 +203,12 @@ cd ..
#################################
ver=1.0.2
$root/util/get-tarball "http://www.kyne.com.au/~mark/software/lua-cjson-$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
tar -xzf lua-cjson-$ver.tar.gz || exit 1
#################################
rm *.tar.gz
cd ..