summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-02-14 03:40:31 -0500
committerTim Kientzle <kientzle@gmail.com>2009-02-14 03:40:31 -0500
commitb60a5be84820dbd30f83f915e2e6632e5b14a8f4 (patch)
tree2e01e46e2ee41274271633e46be0429450de6127 /INSTALL
parentae756b18700b361cd2f600c3ff79c0e273d623f9 (diff)
downloadlibarchive-b60a5be84820dbd30f83f915e2e6632e5b14a8f4.tar.gz
Update the INSTALL instructions a bit. Need to fill in more detail
about cmake usage. SVN-Revision: 617
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 7 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 6da53c30..73fbc1b6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,12 +9,11 @@ the build setting, use
./configure --help
to list the configure options.
-To build and install only libarchive:
- ./configure
- make
- cd libarchive && make install
+If you are developing libarchive and need to update the
+configure script and other build files:
+ /bin/sh build/autogen.sh
-To build and install only bsdtar (assumes a suitable
-libarchive is already installed on the system):
- ./configure
- cd tar && make && make install
+On non-Unix-like systems, you should be able to create
+build files suitable for your system by using "cmake".
+You may need to first obtain a suitable version of cmake
+for your system from http://cmake.org/