From 16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 8 Jun 2008 11:04:43 +0200 Subject: Initial commit --- libarchive/libarchive-2.4.17/INSTALL | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libarchive/libarchive-2.4.17/INSTALL (limited to 'libarchive/libarchive-2.4.17/INSTALL') diff --git a/libarchive/libarchive-2.4.17/INSTALL b/libarchive/libarchive-2.4.17/INSTALL new file mode 100644 index 0000000..6da53c3 --- /dev/null +++ b/libarchive/libarchive-2.4.17/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