Meson build for LuaJIT 2
This repository mirrors the source code for LuaJIT 2 with the addition of a Meson build.
You can find more information about LuaJIT in the LuaJIT's homepage.
Because it is better than Makefiles and works better with Little Library Helper to easily build and install LuaJIT on Linux or Windows.
One of the practical reason that pushed me to write a Meson build for LuaJIT was that the .pc files installed with the original Makefiles was installed in the wrong directory on Debian. Even more important, the Makefile is not accurate when it comes to install the library.
From the source directory:
meson setup build
ninja -C build
ninja -C build install
more information from the Meson Quick guide.
LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
Project Homepage: http://luajit.org/
LuaJIT is Copyright (C) 2005-2017 Mike Pall. LuaJIT is free software, released under the MIT license. See full Copyright Notice in the COPYRIGHT file or in luajit.h.
Documentation for LuaJIT is available in HTML format. Please point your favorite browser to:
doc/luajit.html