]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.cmake
Fix lyx2lyx problem with sweave files and ParBreakIsNewline.
[lyx.git] / INSTALL.cmake
index d6e2acfdb9810386cb3a9bd2a040646bd18febb7..d50dc9b8078c4e89325276a7be688ea9662e4022 100644 (file)
@@ -261,5 +261,19 @@ Xcode/Mac
 Packaging
 ----------
 
-       - Source .tar.gz, .tar.bz2, .zip:
-               make package_source
+    - Source .tar.gz, .tar.bz2, .zip:
+        make package_source
+
+    - Binary .tar.gz and install .sh:
+        make package
+
+    - Binary .deb:
+        create : cpack -G DEB --config CPackConfig.cmake
+        list   : dpkg-deb -c lyx-*.deb
+        install: dpkg -i lyx-*.deb
+
+    - Binary .rpm:
+        create : cpack -G RPM --config CPackConfig.cmake
+        list   : rpm -qlp lyx-*.rpm              
+        install: rpm -U lyx-*.rpm   
+