comparison INSTALL @ 297:79bf1023cf11 agent-client

propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Mar 2006 16:20:59 +0000
parents b24730e11c83
children 2d943453cecf
comparison
equal deleted inserted replaced
225:ca7e76d981d9 297:79bf1023cf11
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 strippd with "make strip"
28
29 ============================================================================
30
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.
28 33
29 ============================================================================ 34 ============================================================================
30 35
31 Compiling with uClibc: 36 Compiling with uClibc:
32 37