From cb3baab306e5951dc3a176fd9061f596a05b4729 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 15 Nov 2009 18:32:03 +0100 Subject: Rebase libarchive to 2.7.1 --- libarchive/libarchive-2.5.5/INSTALL | 20 -------------------- 1 file changed, 20 deletions(-) delete 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 deleted file mode 100644 index 6da53c3..0000000 --- a/libarchive/libarchive-2.5.5/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