2 INSTALL for LuaJITTeX Snapshots
4 =========================================================
6 LuaJITTeX is version of LuaTeX with changes on the layout
7 of the code to replace Lua5.2 with LuaJIT.
9 All source code is in the directory source; the build.sh
10 script will generate and populate a directory build.
12 The actual code of lua(JIT)TeX is in source/texk/web2c/luatexdir
13 and its subdirectories; LuaJIT is in source/libs/luajit
16 builds luajittex using gcc (tested on Linux and OSX)
17 * build.sh --jit --mingw32
18 crosscompiles for mingw32 (tested on Linux)
19 * build.sh --jit --clang
20 builds luajittex using clang (tested on Linux and OSX)
22 See INSTALL for details on installation; and the start of
23 build.sh for other options
25 =========================================================