summaryrefslogtreecommitdiff
path: root/libarchive/libarchive-2.4.17/INSTALL
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-21 20:11:09 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-21 20:11:09 +0200
commit3d051722dea893c1b813db8bbeae1430b9eddd52 (patch)
tree6ffdcc7574ed7d5fcfe44aa910dc38b8482fffdb /libarchive/libarchive-2.4.17/INSTALL
parent91d8a99387576216086c74b34b64efe468c2cd7b (diff)
downloadtuxcmd-modules-3d051722dea893c1b813db8bbeae1430b9eddd52.tar.xz
Update libarchive to v2.5.5
Diffstat (limited to 'libarchive/libarchive-2.4.17/INSTALL')
-rw-r--r--libarchive/libarchive-2.4.17/INSTALL20
1 files changed, 0 insertions, 20 deletions
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