From 287765c0b124a320881660601e638c20158a8ef6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 17 Apr 2013 08:12:53 +0200 Subject: [PATCH] Modified building instructions. --- HACKING | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/HACKING b/HACKING index dcaa3c1..167e445 100644 --- a/HACKING +++ b/HACKING @@ -1,10 +1,26 @@ Building instructions --------------------- -./build [options] +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. + + - builds the native executable -options: - -d build the executable in debug mode - -p build the executable in profile mode - -v versbose build -- 2.17.1