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.4.17/INSTALL | 20 -------------------- 1 file changed, 20 deletions(-) delete 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 deleted file mode 100644 index 6da53c3..0000000 --- a/libarchive/libarchive-2.4.17/INSTALL +++ /dev/null @@ -1,20 +0,0 @@ -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