mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
lua-cjson is now bundled and enabled by default. it is working on Linux.
This commit is contained in:
@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user