diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-03-31 23:23:14 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-03-31 23:23:14 +0800 |
commit | 325d0c1d02d99bbc844af21fad16db1691d419fc (patch) | |
tree | 8ccd894f8e030facc52889d2aa9ad563c0f42ee4 /INSTALL | |
parent | 17f209f9b77b4c80e14d136097aa75a0cbcce1b7 (diff) |
Add configure script to version control. Set timezone for release tarball
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,12 +6,12 @@ Basic Dropbear build instructions: localoptions.h should be located in the build directory if you are building out of tree. -- If using a Mercurial or Git checkout, run "autoconf; autoheader" to generate the ./configure script. - - Configure for your system: ./configure (optionally with --disable-zlib or --disable-syslog, or --help for other options) + (you'll need to first run "autoconf; autoheader" if you edit configure.ac) + - Compile: make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" |