diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-22 21:36:37 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-22 21:36:37 +0000 |
commit | 463a8134a14110be53a5b12e6f4eec3243518f39 (patch) | |
tree | afdc50372953d0462ba3770e77f3c16e37353ee0 /docs/INSTALL | |
parent | d22b2d181f4409846161d858d9563a8d2178f51d (diff) |
Updated example sizes and disable key words
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 9634585b2..719c99a8d 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -791,12 +791,13 @@ REDUCING SIZE sections of the shared library using the -R option to objcopy (e.g. the .comment section). - Using these techniques it is possible to create an HTTP-only shared libcurl - library for i386 Linux platforms that is only 96 KiB in size (as of libcurl - version pre-7.19.1, using gcc 4.2.2). + Using these techniques it is possible to create a basic HTTP-only shared + libcurl library for i386 Linux platforms that is only 94 KiB in size, and + an FTP-only library that is 87 KiB in size (as of libcurl version 7.19.1, + using gcc 4.2.2). You may find that statically linking libcurl to your application will - result in a lower total size. + result in a lower total size than dynamically linking. Note that the curl test harness can detect the use of some, but not all, of the --disable statements suggested above. Use will cause tests relying on @@ -805,11 +806,9 @@ REDUCING SIZE command line. Following is a list of appropriate key words: --disable-cookies !cookies - --disable-crypto-auth !HTTP\ Digest\ auth !HTTP\ NTLM\ auth - !HTTP\ proxy\ Digest\ auth - !HTTP\ proxy\ NTLM\ auth + --disable-crypto-auth !HTTP\ Digest\ auth !HTTP\ proxy\ Digest\ auth --disable-manual !--manual - --disable-proxy !HTTP\ proxy !SOCKS4 !SOCKS5 + --disable-proxy !HTTP\ proxy !proxytunnel !SOCKS4 !SOCKS5 PORTS @@ -826,6 +825,7 @@ PORTS - Alpha OpenBSD 3.0 - Alpha OpenVMS V7.1-1H2 - Alpha Tru64 v5.0 5.1 + - AVR32 Linux - HP-PA HP-UX 9.X 10.X 11.X - HP-PA Linux - HP3000 MPE/iX |