add readme for packaging

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28497 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-02-15 13:15:14 +00:00
parent 3f8bc76ecb
commit a478fde5be

12
development/lyx.package.README Executable file
View File

@ -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