comparison INSTALL @ 443:2d943453cecf

Fix spelling typo
author Matt Johnston <matt@ucc.asn.au>
date Thu, 19 Jul 2007 14:07:41 +0000
parents b24730e11c83
children 8f88f4290b22
comparison
equal deleted inserted replaced
442:d82a2a44c684 443:2d943453cecf
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.