aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-01-25 23:28:09 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-01-25 23:28:09 +0000
commitf8b16e5ccb28065a0756937b2c79769d21b80c5f (patch)
tree5a3b5841ef28d5e9cf42f922a9aaf64eb5eb0d27 /docs/INSTALL
parent4bb80cfd75d41edbd0fc352c561d102e16d13201 (diff)
Updated minimum library sizes
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index d30a958d6..2e16c6ec9 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -874,9 +874,9 @@ REDUCING SIZE
.comment section).
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).
+ libcurl library for i386 Linux platforms that is only 98 KiB in size, and
+ an FTP-only library that is 94 KiB in size (as of libcurl version 7.20.0,
+ using gcc 4.3.3).
You may find that statically linking libcurl to your application will
result in a lower total size than dynamically linking.