INSTALL 763 B

1234567891011121314151617181920212223
  1. The simplest way to compile this package is:
  2. 1. `cd' to the directory containing the package's source code
  3. 2. Configure logrotate using `./configure'.
  4. 3. Type `make' to compile the package.
  5. 4. Optionally, type `make check' to run any self-tests that come with
  6. the package.
  7. 5. Type `make install' to install the programs and any data files and
  8. documentation.
  9. 6. You can remove the program binaries and object files from the
  10. source code directory by typing `make clean'.
  11. If you want to add the Access Control List (ACL) support to the program
  12. use `./configure --with-acl=yes' at the point 2.
  13. If you want to add the NSA Security-Enhanced Linux (SELinux) support to
  14. the program use `./configure --with-selinux=yes' at the point 2.