Mercurial > dropbear
comparison INSTALL @ 1580:7f2be495dff6 coverity
merge coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 04 Mar 2018 15:07:09 +0800 |
parents | 2fd52c383163 |
children | 986126448688 |
comparison
equal
deleted
inserted
replaced
1545:0b991dec7ab9 | 1580:7f2be495dff6 |
---|---|
1 Basic Dropbear build instructions: | 1 Basic Dropbear build instructions: |
2 | 2 |
3 - Edit localoptions.h to set which features you want. Available options | 3 - Edit localoptions.h to set which features you want. Available options |
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 | |
7 building out of tree. | |
6 | 8 |
7 - If using a Mercurial or Git checkout, "autoconf; autoheader" | 9 - If using a Mercurial or Git checkout, "autoconf; autoheader" |
8 | 10 |
9 - Configure for your system: | 11 - Configure for your system: |
10 ./configure (optionally with --disable-zlib or --disable-syslog, | 12 ./configure (optionally with --disable-zlib or --disable-syslog, |