diff options
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" |