summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2021-03-31 23:23:14 +0800
committerMatt Johnston <matt@ucc.asn.au>2021-03-31 23:23:14 +0800
commit325d0c1d02d99bbc844af21fad16db1691d419fc (patch)
tree8ccd894f8e030facc52889d2aa9ad563c0f42ee4 /INSTALL
parent17f209f9b77b4c80e14d136097aa75a0cbcce1b7 (diff)
Add configure script to version control. Set timezone for release tarball
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 57e4353..76d7c81 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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"