]> git.lyx.org Git - features.git/commitdiff
add readme for packaging
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 15 Feb 2009 13:15:14 +0000 (13:15 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 15 Feb 2009 13:15:14 +0000 (13:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28497 a592a061-630c-0410-9148-cb99ea01b6c8

development/lyx.package.README [new file with mode: 0755]

diff --git a/development/lyx.package.README b/development/lyx.package.README
new file mode 100755 (executable)
index 0000000..2056a99
--- /dev/null
@@ -0,0 +1,12 @@
+Here is what to do to make a binary packages using CMake.
+
+Build LyX on your target system ad build the package with cpack:
+cpack -G <generator> --config CPackConfig.cmake 
+
+Choose <generator> dependent on your system:
+DEB, RPM, TGZ, NSIS, and others
+
+See also:
+http://www.cmake.org/Wiki/CMake:CPackPackageGenerators
+http://www.cmake.org/cmake/help/cpack2.6docs.html
+