diff options
author | ant <ant@localhost.localdomain> | 2012-05-04 00:00:32 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-05-26 23:10:07 +0200 |
commit | ee483aeca2d2dd766444b7ef74987ff802f78b68 (patch) | |
tree | e606e911349ed0995300f44c0d46f5fb7e2fa869 /docs/INSTALL | |
parent | fd17cd4d9cd2a75f450f7abe4c906f8e6d461648 (diff) | |
download | curl-ee483aeca2d2dd766444b7ef74987ff802f78b68.tar.gz |
Adds Metalink information to INSTALL
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index cb228091a..b676e2342 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -157,6 +157,9 @@ UNIX To get support for SCP and SFTP, build with --with-libssh2 and have libssh2 0.16 or later installed. + To get Metalink support, build with --with-libmetalink and have the + libmetalink packages installed. + SPECIAL CASES ------------- Some versions of uClibc require configuring with CPPFLAGS=-D_GNU_SOURCE=1 |