Adding copyright notices to most files. Also add readme file, and some
[jitcs.git] / HOW-TO-BUILD
blob9f13eea863cbf539cb7a6b6a800924b5ff1ed59e
1 How to build JITCS 0.01
2 -----------------------
4 WARNING:
5 Don't. REALLY.
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 
8 installation.
10 The build process is currently based on a makefile, but switching to cmake is
11 at least considered.
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.