Skip to content

kvnxiao/LuaJIT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaJIT 2.1.0 (using Meson)

This repository mirrors the source code for LuaJIT on the latest default branch with the addition of meson.build configuration files for building LuaJIT using Meson.

You can find more information about LuaJIT in LuaJIT's homepage.

How to use

Using meson from the root directory of this project:

meson setup build
meson compile -C build

Learn more about Meson and how to use it from the Meson Quick guide.

What is LuaJIT?

README for LuaJIT 2.1.0-beta3

LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.

Project Homepage: https://luajit.org/

LuaJIT is Copyright (C) 2005-2020 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

Attributions

This repository was based off of https://github.com/franko/luajit which provides a meson-ified setup for LuaJIT v2.0.5. For targetting the latest default branch (v2.1.0-beta3 and beyond), this repository was created as a fork of the LuaJIT git mirror https://github.com/LuaJIT/LuaJIT.

About

Mirror of the LuaJIT git repository, but using Meson as a build tool. LuaJIT v2.1.0+

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.1%
  • Lua 16.1%
  • Makefile 1.0%
  • C++ 0.9%
  • Batchfile 0.6%
  • Meson 0.2%
  • Roff 0.1%