mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
dff3b19aea
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28499 a592a061-630c-0410-9148-cb99ea01b6c8
13 lines
367 B
Plaintext
Executable File
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
|
|
|