The luajit package contains a Just-In-Time compiler for Lua. It is often used as scripting middleware, and it is high performance while also having a low memory footprint.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://anduin.linuxfromscratch.org/BLFS/luajit/luajit-20260213.tar.xz
MD5 校验和:6459b2696188b74edf950926cb3bacd1
大小:736 KB
预计所需磁盘空间:9.1 MB
预计构建时间:0.2 SBU
Install luajit by running the following commands:
make PREFIX=/usr amalg
This package does not come with a test suite.
Now, as the root user:
make PREFIX=/usr install && rm -v /usr/lib/libluajit-5.1.a
amalg: This ensures an
amalgamated build, i.e. the LuaJIT core is compiled as one huge C
file, allowing GCC to generate faster and shorter code.