fixed lua_node_filter_s
[luatex.git] / INSTALL.luajittex
blob90283720e04bdc9e869e877016fd7e550584a12e
2 INSTALL for LuaJITTeX Snapshots
4 =========================================================
5 The snapshot code is NOT stable, it may not even compile
6 properly!  Features that are present today may be gone
7 in tomorrow. There ARE bugs. You should NOT use this
8 program for ANYTHING except testing!
9 =========================================================
11 This distribution is essentially a  version of 
12 LuaTeX, with changes on the layout of the code
13 to replace Lua5.1 with  LuaJIT.
15 All source code is in the directory source:
16 the build.sh
17 scripts will generate and populate a directory build.
19 The actual code of luaTeX is in source/texk/web2c/luatexdir
20 and its subdirectories; LuaJIT is in source/libs/luajit
22 * buildjit.sh         builds  luajittex using gcc (tested on Linux and OSX)
23 * buildjit-win32.sh   crosscompiles for mingw32 (tested on Linux)
24 * buildjit-clang.sh   builds  luajittex using clang (tested on Linux and OSX)
27 See INSTALL.orig for details on installation;
28 the file jit.zip is needed if you want to access some 
29 particular features of luajit of LuaJITTeX.
31 =========================================================