summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/INSTALL
blob: 7da94c1d42bf2b4d168697efd684df031499fece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
How you install this depends on which distribution you
are using and what target you're compiling for:

FROM A PACKAGED DISTRIBUTION TO ANY SYSTEM

If you unpacked this from a tar.gz archive and have a "configure"
file, then you should be able to install it using the following common
steps:
    ./configure
    make
    make install

If you need to customize the target directories, use
    ./configure --help
to list the configure options.

FROM CVS TO FreeBSD

The source code from the FreeBSD CVS server can be
compiled as-is on any FreeBSD system, just use:
    make
    make install

FROM CVS TO A PACKAGED DISTRIBUTION

The source code from the FreeBSD CVS server can be used
to build a tar.gz archive suitable for later installation on
any system.  You'll need the following GNU tools installed:
    autoconf (including aclocal and autoheader)
    automake

You should be able to use the following command to build a distribution:
    make distfile

The result will be a file named libarchive-<version>.tar.gz in
the object directory.

$FreeBSD$

OpenPOWER on IntegriCloud