lyx_mirror/development/lyx.package.README
Peter Kümmel dff3b19aea fix stupid typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28499 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-15 13:39:05 +00:00

13 lines
367 B
Plaintext
Executable File

Here is what to do to make binary packages using CMake.
Build LyX on your target system and 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