[LyX/master] Mention the possibility of use of .xz compression in cmake build
Kornel Benko <[email protected]>
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit ff58e6ff7a86ff993b847ae602b38466d597e6c9 Author: Kornel Benko <[email protected]> Date: Sun Apr 19 08:37:49 2026 +0200 Mention the possibility of use of .xz compression in cmake build --- development/lyx.package.README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/development/lyx.package.README b/development/lyx.package.README index 88b0a7f52e..865adbd832 100755 --- a/development/lyx.package.README +++ b/development/lyx.package.README @@ -14,21 +14,21 @@ Using cmake-gui: Likewise you may call cmake directly. E.g. to create debian package cd _BUILD_DIR_; cmake _SRC_DIR_ -DCPACK_BINARY_DEB:BOOL=ON The generators (dependent on your system) are - DEB, RPM, TGZ, NSIS, STGZ, TBZ2, TZ + DEB, RPM, TGZ, NSIS, STGZ, TBZ2, TXZ, TZ Now it is possible to create the package cd _BUILD_DIR_; make package - #The created packages will be something like - #_PKG_NAME_.tar.gz - #_PKG_NAME_.zip + #As an example the created packages for -DCPACK_BINARY_TXZ:BOOL=ON will be something like + #_PKG_NAME_.tar.xz #... -In archives for TGZ, STGZ, TBZ2 or TZ the filenames are prepended with the package-name, +In archives for TGZ, STGZ, TBZ2, TXZ or TZ the filenames are prepended with the package-name, therefore we have to get rid of it (e.g. for STGZ the parameter "--exclude-subdir"). Some installation proceedings: STGZ: sudo _PKG_NAME_.sh --exclude-subdir - TGZ: sudo tar -zxv --strip-components 1 --directory / -f _PKG_NAME_.tar.gz + TXZ: sudo tar -axv --strip-components 1 --directory / -f _PKG_NAME_.tar.xz + TGZ: sudo tar -axv --strip-components 1 --directory / -f _PKG_NAME_.tar.gz DEB: sudo dpkg -i _PKG_NAME_.deb RPM: sudo rpm -U --force _PKG_NAME_.rpm -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs