From 3d051722dea893c1b813db8bbeae1430b9eddd52 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 21 Aug 2008 20:11:09 +0200 Subject: Update libarchive to v2.5.5 --- libarchive/libarchive-2.5.5/INSTALL | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libarchive/libarchive-2.5.5/INSTALL (limited to 'libarchive/libarchive-2.5.5/INSTALL') diff --git a/libarchive/libarchive-2.5.5/INSTALL b/libarchive/libarchive-2.5.5/INSTALL new file mode 100644 index 0000000..6da53c3 --- /dev/null +++ b/libarchive/libarchive-2.5.5/INSTALL @@ -0,0 +1,20 @@ +On most Unix-like systems, you should be able to install libarchive +and bsdtar using the following common steps: + ./configure + make + make install + +If you need to customize the target directories or otherwise adjust +the build setting, use + ./configure --help +to list the configure options. + +To build and install only libarchive: + ./configure + make + cd libarchive && make install + +To build and install only bsdtar (assumes a suitable +libarchive is already installed on the system): + ./configure + cd tar && make && make install -- cgit v1.2.3