comparison INSTALL @ 1614:03df3b9f6048

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
1613:caa9bb54dfa0 1614:03df3b9f6048
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,