Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/INSTALL Wed Mar 31 23:21:30 2021 +0800 +++ b/INSTALL Wed Mar 31 23:23:14 2021 +0800 @@ -6,12 +6,12 @@ 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"