X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=HACKING;h=167e4451a57f4f09a59d2d0ff2c2587cdc94b4d1;hp=12ca0e5931d187b05ed8c72c4c5f3db6e5339be0;hb=aade6d9ba2e2b65e021de8a1c3a2d3874aa5742e;hpb=cba2938d929fd5119b1491686ddc224d5af618c6 diff --git a/HACKING b/HACKING index 12ca0e5..167e445 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,26 @@ -To build: +Building instructions +--------------------- + +Optionaly run autoconf, if the configure script is absent +or not up to date (only necessary if configure.in was +modified) + +$ autoconf + +Run the configure script: + +$ ./configure [options] + +See "./configure --help" for the list of available options. +Build the main binary: + +$ ./remake src/tatoo.native + +or + +$ ./remake src/tatoo.byte + +to build either in native code or bytecode. + -ocamlbuild src/test.native -to build the native executable. \ No newline at end of file