]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update the INSTALL instructions a bit. Need to fill in more detail
authorTim Kientzle <kientzle@gmail.com>
Sat, 14 Feb 2009 08:40:31 +0000 (03:40 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sat, 14 Feb 2009 08:40:31 +0000 (03:40 -0500)
about cmake usage.

SVN-Revision: 617

INSTALL

diff --git a/INSTALL b/INSTALL
index 6da53c30f3364b919724804d984dacaf2781ea2c..73fbc1b6a94198e5cfe58814d9be793761b3161a 100644 (file)
--- 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/