diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-08 11:04:43 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-08 11:04:43 +0200 |
| commit | 16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d (patch) | |
| tree | 3d22f54f7298f81b18ed66d05a62fa8bfab359ab /libarchive/libarchive-2.4.17/INSTALL | |
| download | tuxcmd-modules-release-0.6.36-dev.tar.xz | |
Initial commitv0.6.36release-0.6.36-dev
Diffstat (limited to 'libarchive/libarchive-2.4.17/INSTALL')
| -rw-r--r-- | libarchive/libarchive-2.4.17/INSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
