--- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) FYI: the "sometimes libopts/Makefile exists, sometimes not" logic breaks the distclean and dist targets. I spent some time messing around with it but did not come up with a satisfactory fix. diff --git a/README b/README index 3e2120e..f57b52c 100644 --- a/README +++ b/README @@ -14,7 +14,10 @@ To build from a distributed release use: $ ./configure && make -When cross compiling it may be useful to add the --with-local-libopts +At the minimum this requires GnuTLS headers and libraries installed. It +will also link against libpam and libwrap, if present. + +When cross compiling it may be useful to add the --enable-local-libopts option to configure. @@ -23,6 +26,9 @@ To build from the git repository use: $ autoreconf -fvi $ ./configure && make +In addition to the prerequisites listed above, building from git requires +the following packages: autoconf, automake, autogen, git2cl, lzip, and xz. + === Installation instructions === -- 1.8.2.1