diff options
-rw-r--r-- | INSTALL | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -10,10 +10,19 @@ 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/ + +libfetch +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 |