comparison INSTALL @ 478:d4f32c3443ac dbclient-netcat-alike

propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) to branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head d1f69334581dc4c35f9ca16aa5355074c9dd315d)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Sep 2008 06:47:51 +0000
parents 2d943453cecf
children 8f88f4290b22
comparison
equal deleted inserted replaced
296:6b41e2cbf071 478:d4f32c3443ac
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.