X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/91d9a42d3d2a8382f1b3729b2f4c6c2aafe4126d..06638b8da63effe8cc24af0a6a13745583262dcf:/README.developers diff --git a/README.developers b/README.developers index 6866e4d..9e73d01 100644 --- a/README.developers +++ b/README.developers @@ -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