]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.cmake
Fix lyx2lyx problem with sweave files and ParBreakIsNewline.
[lyx.git] / INSTALL.cmake
index fa7f2a614db83b48761aa00990fa44c0867a84c3..d50dc9b8078c4e89325276a7be688ea9662e4022 100644 (file)
@@ -258,5 +258,22 @@ Xcode/Mac
 
 
 
-    
+Packaging
+----------
+
+    - 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