forked from logrotate/logrotate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
23 lines (14 loc) · 763 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code
2. Configure logrotate using `./configure'.
3. Type `make' to compile the package.
4. Optionally, type `make check' to run any self-tests that come with
the package.
5. Type `make install' to install the programs and any data files and
documentation.
6. You can remove the program binaries and object files from the
source code directory by typing `make clean'.
If you want to add the Access Control List (ACL) support to the program
use `./configure --with-acl=yes' at the point 2.
If you want to add the NSA Security-Enhanced Linux (SELinux) support to
the program use `./configure --with-selinux=yes' at the point 2.