Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 1.95 KB

README.md

File metadata and controls

82 lines (59 loc) · 1.95 KB

hxluajit

Haxe/hxcpp @:native bindings for LuaJIT.

Installation

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

Dependencies

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

Red Hat Enterprise Linux (RHEL):

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

Usage Example

Check out the Examples Folder for examples on how to use this library.

Licensing

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.