summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/