From: Tim Kientzle Date: Sat, 14 Feb 2009 08:40:31 +0000 (-0500) Subject: Update the INSTALL instructions a bit. Need to fill in more detail X-Git-Tag: v2.7.0~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60a5be84820dbd30f83f915e2e6632e5b14a8f4;p=thirdparty%2Flibarchive.git Update the INSTALL instructions a bit. Need to fill in more detail about cmake usage. SVN-Revision: 617 --- diff --git a/INSTALL b/INSTALL index 6da53c30f..73fbc1b6a 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/