chiark / gitweb /
Unset environment when testing Disobedience --help/--version, to
[disorder] / README.developers
index 6866e4d53208019c70619e82426f0b8946acb306..9e73d01084f0d1cb660018b43d5528850348c72f 100644 (file)
@@ -16,6 +16,17 @@ Dependencies:
 
    * Please report unstated dependencies (here, README or debian/control).
 
+Building:
+
+   * Compiled versions of configure and the makefiles are including in bzr, so
+     if you didn't use a source tarball, you must start as follows:
+
+        bash ./prepare
+        ./configure -C
+        make
+
+   * On FreeBSD you must use gmake.
+
 Testing:
 
    * There is an extensive test suite in lib/test.c and tests/*.py.  You can