[pacman-dev] [PATCH] Mention required libraries in INSTALL.

Loui louipc.ist at gmail.com
Thu Oct 2 19:57:53 EDT 2008


On Thu, Oct 02, 2008 at 06:31:40PM -0500, Dan McGee wrote:
> On Thu, Oct 2, 2008 at 6:02 PM, Loui <louipc.ist at gmail.com> wrote:
> > This is just to give people trying to build pacman more info right off
> > the bat.
> 
> Looks good, but can you make one change? You actually need either
> libdownload (Linux) or libfetch (BSD or OSX)- either one will work
> with pacman.

Here's a new patch.

-------------- next part --------------
>From 8f0c9d45453791b961d3cc95c62cb36b5d42308a Mon Sep 17 00:00:00 2001
From: Loui Chang <louipc.ist at gmail.com>
Date: Thu, 2 Oct 2008 19:47:19 -0400
Subject: [PATCH] Mention required libraries in INSTALL.

Signed-off-by: Loui Chang <louipc.ist at gmail.com>
---
 INSTALL |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 5458714..760e6e2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,10 +10,22 @@ unlimited permission to copy, distribute and modify it.
 Basic Installation
 ==================
 
+You will need to build and install two libraries before you can
+properly build pacman.
+
+libarchive
+http://people.freebsd.org/~kientzle/libarchive/
+
+libdownload
+http://code.phraktured.net/source/
+
+or libfetch instead of libdownload
+ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/libfetch/README.html
+
 Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions are generic. Run `./configure --help` for specific
+options.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
-- 
1.6.0.2



More information about the pacman-dev mailing list