Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LuaJIT

Build from source

1

# MSYS2
git clone --depth=1 https://luajit.org/git/luajit.git
cd luagit
git checkout v2.1
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-make
make CFLAGS=-DLUAJIT_ENABLE_LUA52COMPAT TARGET_LDFLAGS=-mwindows

  1. How to build windowless LuaJIT for Windows