chiark / gitweb /
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 6866e4d53208019c70619e82426f0b8946acb306..f7d9cfd5d6654977c0b31d28f04a876c716e1eae 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 47399ccb27152bb9f326ca12ea845fc633cf5d66..a9a28de90a11e9b3d1eb239dcf17b36e5281fbec 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: