diff options
author | Dave Reisner <d@falconindy.com> | 2011-03-18 02:39:21 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-20 17:32:08 +0100 |
commit | 524b3389746f3ea44042050ba28b975b65e931ad (patch) | |
tree | f59eeeb6978862f0fdc4a842a106a9fa585f0729 | |
parent | 352b799efceb9f2dae1832f1d321b0488c059060 (diff) | |
download | pacman-524b3389746f3ea44042050ba28b975b65e931ad.tar.gz pacman-524b3389746f3ea44042050ba28b975b65e931ad.tar.xz |
INSTALL: replace libfetch with libcurl
Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ properly build pacman. libarchive http://code.google.com/p/libarchive/ -libfetch -ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/libfetch/README.html +libcurl +http://curl.haxx.se/libcurl/ Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following |