1 How to build JITCS 0.01
2 -----------------------
6 The build process is currently only run on a Win7 box, with a MingW 32-bit gcc
7 compiler, and additionally requires a Lua installation and a recent NASM
10 The build process is currently based on a makefile, but switching to cmake is
13 JITCS requires a fully compatible C++11 compiler, so a recent gcc or clang
14 compiler will do, but MSVC 2012 or MSVC 2013 might not. Compatibility with
15 several compilers, make tools, Lua and NASM versions will be tested and
16 provided here at a later point.