]> git.lyx.org Git - features.git/blob - development/lyx.package.README
fix stupid typos
[features.git] / development / lyx.package.README
1 Here is what to do to make binary packages using CMake.
2
3 Build LyX on your target system and build the package with cpack:
4 cpack -G <generator> --config CPackConfig.cmake 
5
6 Choose <generator> dependent on your system:
7 DEB, RPM, TGZ, NSIS, and others
8
9 See also:
10 http://www.cmake.org/Wiki/CMake:CPackPackageGenerators
11 http://www.cmake.org/cmake/help/cpack2.6docs.html
12