a few more chapters of the manual (HH)
[luatex.git] / INSTALL.luajittex
blob5a05a1e5f14d847bd6b5388ebababb0d0ec3c5dd
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
15 * build.sh --jit    
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 =========================================================