diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-03-21 09:49:17 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-03-21 09:49:17 +0100 |
commit | 3dace0c9b4101c19f2b178413873d747c32724be (patch) | |
tree | a6c9b07c1a33bb5f0c9d039bfcce4e8c874e15b9 /README-alpha | |
parent | 44f8de309761f0d8125a587541d012188c1e9a09 (diff) | |
download | gnutls-3dace0c9b4101c19f2b178413873d747c32724be.tar.gz |
Clarify bootstrapping.
Diffstat (limited to 'README-alpha')
-rw-r--r-- | README-alpha | 5 |
1 files changed, 4 insertions, 1 deletions
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 |