summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
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"