Mercurial > dropbear
comparison INSTALL @ 511:582cb38e4eb5 insecure-nocrypto
propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a)
to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 06 Nov 2008 13:16:55 +0000 |
parents | 2d943453cecf |
children | 8f88f4290b22 |
comparison
equal
deleted
inserted
replaced
361:461c4b1fb35f | 511:582cb38e4eb5 |
---|---|
22 | 22 |
23 See MULTI for instructions on making all-in-one binaries. | 23 See MULTI for instructions on making all-in-one binaries. |
24 | 24 |
25 If you want to compile statically, add "STATIC=1" to the make command-line. | 25 If you want to compile statically, add "STATIC=1" to the make command-line. |
26 | 26 |
27 Binaries can be strippd with "make strip" | 27 Binaries can be stripped with "make strip" |
28 | 28 |
29 ============================================================================ | 29 ============================================================================ |
30 | 30 |
31 If you're compiling for a 386-class CPU, you will probably need to add | 31 If you're compiling for a 386-class CPU, you will probably need to add |
32 CFLAGS=-DLTC_NO_BSWAP so that libtomcrypt doesn't use 486+ instructions. | 32 CFLAGS=-DLTC_NO_BSWAP so that libtomcrypt doesn't use 486+ instructions. |