Implement set-theoretic operation on 2WSATA (union, intersection,
[tatoo.git] / HACKING
diff --git a/HACKING b/HACKING
index 5ddab53..167e445 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,26 @@
 Building instructions
 ---------------------
 
-ocamlbuild src/test.native
+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.
+
+
 
-to build the native executable.
\ No newline at end of file