diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-25 17:44:26 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-25 17:44:26 +0300 |
commit | 56056571df3377eaa6ae6233b3ccc5d72e81d43d (patch) | |
tree | 01dacfdef3862a0eb0f535e92e5e51de394b1679 /INSTALL | |
parent | Update INSTALL. (diff) | |
download | xz-56056571df3377eaa6ae6233b3ccc5d72e81d43d.tar.xz |
Build: Add --disable-doc to configure.
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -253,6 +253,12 @@ XZ Utils Installation Don't install the scripts xzdiff, xzgrep, xzmore, xzless, and their symlinks. + --disable-doc + Don't install the documentation files to $docdir + (often /usr/doc/xz or /usr/local/doc/xz). Man pages + will still be installed. The $docdir can be changed + with --docdir=DIR. + --disable-assembler liblzma includes some assembler optimizations. Currently there is only assembler code for CRC32 and CRC64 for |