rpmbuild -tb lua-cjson-2.1devel.tar.gz rpm -Uvh $LUA_CJSON_RPM LuaRocks LuaRocks can be used to install and manage Lua modules on a wide range of platforms (including Windows). First, extract the Lua CJSON source package. Next, install the module: cd lua-cjson-2.1devel luarocks ...
Linux distributions using RPM can create a package via the included RPM spec file. Ensure the rpm-build package (or similar) has been installed. Build and install the module via RPM: rpmbuild -tb lua-cjson-2.1devel.tar.gz rpm -Uvh $LUA_CJSON_RPM LuaRocks LuaRocks can be used to in...
1、文件说明: Centos8操作系统xerces-c-devel-3.2.5-1.el8.rpm以及相关依赖,全打包为一个tar.gz压缩包 2、安装指令: #Step1、解压 tar -zxvf xerces-c-devel-3.2.5-1.el8.tar.gz #Step2、进入解压后的目录,执行安装 sudo rpm -ivh *.rpm ...
安装nginx_lua模块时候需要先安装nginx的依赖包,安装命令rpm -ivh lua-devel-5.1.4-4.1.el6.x86_64.rpm 立即下载 上传者: qq_36365520 时间: 2020-05-31 lua-utf8.zip a utf-8 support module for Lua and LuaJIT 源码地址:https://github.com/starwing/luautf8 编译后可用的库: Linux版:lua-...
Build and install the module via RPM: [source,sh] rpmbuild -tb lua-cjson-2.0devel.tar.gz rpmbuild -tb lua-cjson-2.1devel.tar.gz rpm -Uvh $LUA_CJSON_RPM @@ -117,7 +117,7 @@ First, extract the Lua CJSON source package. Next, install the module: [source,sh] cd lua-cjson...
lua-cjson-2.1devel-1.rockspec feature: supports MS C compiler older than VC2012. Feb 1, 2017 lua-cjson.spec Add release notes for 2.1.0 release Mar 4, 2012 lua_cjson.c optimize: improved forward-compatibility with older versions of Lua/L… ...
Linux distributions using RPM can create a package via the included RPM spec file. Ensure the rpm-build package (or similar) has been installed. Build and install the module via RPM: rpmbuild -tb lua-cjson-2.1devel.tar.gz rpm -Uvh $LUA_CJSON_RPM LuaRocks LuaRocks can be used to in...
VERSION_FILES="lua-cjson-2.1devel-1.rockspec lua-cjson.spec lua_cjson.c manual.adoc runtests.sh tests/test.lua" [ "$1" ] && BRANCH="$1" || BRANCH="`git describe --match '[1-3].[0-9]*'`" VERSION="`git describe --match '[1-3].[0-9]*' $BRANCH`" 111 changes: 83 ...
runtests.sh removed rpmbuild test Apr 24, 2016 strbuf.c Update copyright date range to include 2012 Mar 4, 2012 strbuf.h feature: supports MS C compiler older than VC2012. Feb 1, 2017 Repository files navigation README MIT license Name lua-cjson - Fast JSON encoding/parsing Table of ...
rm -rf "$RPM_BUILD_ROOT"%preun /bin/rm -f "%{luadatadir}/cjson/tests/utf8.dat"%files %defattr(-,root,root,-) %doc LICENSE NEWS performance.html performance.adoc manual.html manual.adoc rfc4627.txt THANKS %{lualibdir}/* %{luadatadir}/* ...