summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-05-18 20:31:31 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2018-06-14 11:07:46 +0200
commit3f1dc3fe54b32b56471a3e964b840b9b46ae7e09 (patch)
treeec2dfe0d6c6e56c3482fecf0823a84c4d4235499 /README.md
parent0b73ac23e7e00e1bc3a0b4f1c1c21caec0c80901 (diff)
downloadgnutls-3f1dc3fe54b32b56471a3e964b840b9b46ae7e09.tar.gz
Add bootstrap + bootstrap.conf
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6f087d3294..86d9ab466d 100644
--- a/README.md
+++ b/README.md
@@ -103,10 +103,11 @@ $ cd gnutls
$ git submodule update --init
```
-The next step is to run autoreconf (etc) and then ./configure:
+The next step is to bootstrap and ./configure:
```
-$ make bootstrap
+$ ./bootstrap
+$ ./configure
```
When built this way, some developer defaults will be enabled. See