Mercurial > dropbear
comparison INSTALL @ 1565:2fd52c383163
mention localoptions.h being build directory, fix underscore in CHANGES
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 01 Mar 2018 22:12:30 +0800 |
parents | d35cf9a5e0b5 |
children | 986126448688 |
comparison
equal
deleted
inserted
replaced
1564:86e4995bbedf | 1565:2fd52c383163 |
---|---|
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, |