Mention that FreeBSD requires gmake
authorRichard Kettlewell <richard@heceptor.anjou.terraraq.org.uk>
Sat, 12 Jan 2008 13:23:02 +0000 (13:23 +0000)
committerRichard Kettlewell <richard@heceptor.anjou.terraraq.org.uk>
Sat, 12 Jan 2008 13:23:02 +0000 (13:23 +0000)
README.developers
README.freebsd

index 6866e4d..f7d9cfd 100644 (file)
@@ -16,6 +16,16 @@ Dependencies:
 
    * Please report unstated dependencies (here, README or debian/control).
 
 
    * 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 -C
+        make
+
+   * On FreeBSD you must use gmake.
+
 Testing:
 
    * There is an extensive test suite in lib/test.c and tests/*.py.  You can
 Testing:
 
    * There is an extensive test suite in lib/test.c and tests/*.py.  You can
index 47399cc..a9a28de 100644 (file)
@@ -6,6 +6,8 @@ its dependencies.  It is not well tested in this environment.  In
 particular, since my FreeBSD VM lacks sound support, only network play
 has been tested.  Please report successes and failures!
 
 particular, since my FreeBSD VM lacks sound support, only network play
 has been tested.  Please report successes and failures!
 
+Use gmake to build DisOrder, not BSD make.
+
 
 Things you will need to do:
 
 
 Things you will need to do: