We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo apt-get install clang llvm-dev libclang-dev
In the same directory as Makefile, put this into Makefile.inc
LLVM_CONFIG = $(shell which llvm-config) LLVM_COMPILER_BIN = /usr/bin LLVM_CXX = $(shell which clang++) LLVM_CC = $(shell which clang)
Download LuaJIT and hotfixes from here. Untar and apply patches, then retar as build/LuaJIT-2.0.1.tar.gz
Enjoy!