Haxe/hxcpp @:native bindings for LuaJIT.
You can install it through Haxelib
haxelib install hxluajit
Or through Git
, if you want the latest updates
haxelib git hxluajit https://github.com/MAJigsaw77/hxluajit.git
On Linux you need to install luajit
from your distro's package manager.
Commands list
Debian based distributions (Debian):
sudo apt-get install libluajit-5.1-dev
Arch based distributions (Arch):
sudo pacman -S luajit
Fedora based distributions (Fedora):
sudo dnf install luajit
sudo dnf install luajit
openSUSE based distributions (openSUSE):
sudo zypper install luajit
Gentoo based distributions (Gentoo):
sudo emerge dev-lang/luajit
Slackware based distributions (Slackware):
sudo slackpkg install luajit
Void Linux (Void Linux):
sudo xbps-install -S luajit
NixOS (NixOS):
nix-env -iA nixpkgs.luajit
Check out the Examples Folder for examples on how to use this library.
hxluajit is made available under the MIT License. Check LICENSE for more information.
LuaJIT is made available under the MIT License. Check LuaJIT's Licence for more information.