Mercurial > dropbear
comparison INSTALL @ 1792:2bf1e97ba3cd
Update INSTALL (#113)
Make Git/Mercurial instructions easier to understand
author | Xenhat <commits@xenh.at> |
---|---|
date | Thu, 17 Dec 2020 04:35:48 -0500 |
parents | 295377ecbf49 |
children | f78e67527731 |
comparison
equal
deleted
inserted
replaced
1789:249681d9ecda | 1792:2bf1e97ba3cd |
---|---|
4 are described in default_options.h, these will be overridden by | 4 are described in default_options.h, these will be overridden by |
5 anything set in localoptions.h | 5 anything set in localoptions.h |
6 localoptions.h should be located in the build directory if you are | 6 localoptions.h should be located in the build directory if you are |
7 building out of tree. | 7 building out of tree. |
8 | 8 |
9 - If using a Mercurial or Git checkout, "autoconf; autoheader" | 9 - If using a Mercurial or Git checkout, run "autoconf; autoheader" to generate the ./configure script. |
10 | 10 |
11 - Configure for your system: | 11 - Configure for your system: |
12 ./configure (optionally with --disable-zlib or --disable-syslog, | 12 ./configure (optionally with --disable-zlib or --disable-syslog, |
13 or --help for other options) | 13 or --help for other options) |
14 | 14 |