From: Simon Josefsson Date: Wed, 21 Mar 2012 08:49:17 +0000 (+0100) Subject: Clarify bootstrapping. X-Git-Tag: gnutls_3_0_18~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dace0c9b4101c19f2b178413873d747c32724be;p=thirdparty%2Fgnutls.git Clarify bootstrapping. --- diff --git a/README-alpha b/README-alpha index 21fcab7452..32960e22cb 100644 --- a/README-alpha +++ b/README-alpha @@ -46,10 +46,13 @@ To download the version controlled sources: $ git clone git://git.savannah.gnu.org/gnutls.git $ cd gnutls -The next step is to run autoreconf, ./configure, etc: +The next step is to run autoreconf (etc) and then ./configure: $ make bootstrap +When built this way, some developer defaults will be enabled. See +cfg.mk for details. + Then build the project normally: $ make