Mercurial > dropbear
comparison INSTALL @ 1717:295377ecbf49
Add DEVELOPING.md
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 15 Jun 2020 22:30:28 +0800 |
parents | 986126448688 |
children | 2bf1e97ba3cd |
comparison
equal
deleted
inserted
replaced
1716:6ea18ca8fc03 | 1717:295377ecbf49 |
---|---|
25 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install | 25 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install |
26 | 26 |
27 (you can leave items out of the PROGRAMS list to avoid compiling them. If you | 27 (you can leave items out of the PROGRAMS list to avoid compiling them. If you |
28 recompile after changing the PROGRAMS list, you *MUST* "make clean" before | 28 recompile after changing the PROGRAMS list, you *MUST* "make clean" before |
29 recompiling - bad things will happen otherwise) | 29 recompiling - bad things will happen otherwise) |
30 | |
31 DEVELOPING.md has some notes on other developer topics, including debugging. | |
30 | 32 |
31 See MULTI for instructions on making all-in-one binaries. | 33 See MULTI for instructions on making all-in-one binaries. |
32 | 34 |
33 If you want to compile statically use ./configure --enable-static | 35 If you want to compile statically use ./configure --enable-static |
34 | 36 |