From b30155e30c466ce8ca8668b909a5daca7acfbfd5 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 12 Jan 2008 13:23:02 +0000 Subject: [PATCH] Mention that FreeBSD requires gmake Organization: Straylight/Edgeware From: Richard Kettlewell --- README.developers | 10 ++++++++++ README.freebsd | 2 ++ 2 files changed, 12 insertions(+) diff --git a/README.developers b/README.developers index 6866e4d..f7d9cfd 100644 --- a/README.developers +++ b/README.developers @@ -16,6 +16,16 @@ 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 -C + make + + * On FreeBSD you must use gmake. + Testing: * There is an extensive test suite in lib/test.c and tests/*.py. You can diff --git a/README.freebsd b/README.freebsd index 47399cc..a9a28de 100644 --- a/README.freebsd +++ b/README.freebsd @@ -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! +Use gmake to build DisOrder, not BSD make. + Things you will need to do: -- [mdw]