mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3f8bc76ecb
commit
a478fde5be
12
development/lyx.package.README
Executable file
12
development/lyx.package.README
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user