comparison INSTALL @ 1814:f78e67527731

Add configure script to version control. Set timezone for release tarball
author Matt Johnston <matt@ucc.asn.au>
date Wed, 31 Mar 2021 23:23:14 +0800
parents 2bf1e97ba3cd
children
comparison
equal deleted inserted replaced
1813:b63f1e803f70 1814:f78e67527731
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, run "autoconf; autoheader" to generate the ./configure script.
10
11 - Configure for your system: 9 - Configure for your system:
12 ./configure (optionally with --disable-zlib or --disable-syslog, 10 ./configure (optionally with --disable-zlib or --disable-syslog,
13 or --help for other options) 11 or --help for other options)
12
13 (you'll need to first run "autoconf; autoheader" if you edit configure.ac)
14 14
15 - Compile: 15 - Compile:
16 16
17 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" 17 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
18 18