diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-06-15 22:30:28 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-06-15 22:30:28 +0800 |
commit | 2b8106b14e004c18f6fdd42a3bcc746ddaefa440 (patch) | |
tree | 4aa04a0f4f6fd42396e49d88779022a049cab669 /INSTALL | |
parent | 78c5daee52d979de75678b4a6e2a2cda0000e871 (diff) |
Add DEVELOPING.md
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Basic Dropbear build instructions: recompile after changing the PROGRAMS list, you *MUST* "make clean" before recompiling - bad things will happen otherwise) +DEVELOPING.md has some notes on other developer topics, including debugging. + See MULTI for instructions on making all-in-one binaries. If you want to compile statically use ./configure --enable-static |