Mercurial > dropbear
comparison INSTALL @ 1793:f90e681b8b8c
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Jan 2021 21:59:12 +0800 |
parents | 2bf1e97ba3cd |
children | f78e67527731 |
comparison
equal
deleted
inserted
replaced
1791:685b47d8faf7 | 1793:f90e681b8b8c |
---|---|
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 |