X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=3ff0a73da104cc7f0c4387c73690df2db44bc996;hb=605e660d504732ad452b9d1dc6f8eecd77a0b4ad;hp=69dafe829f93ea1058b02c55473a349e1eba23c9;hpb=f66746be7093c2d4e7296e48f83b412d6239bde4;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index 69dafe829f..3ff0a73da1 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -132,17 +132,17 @@ Build options Options could be passed by the -D prefix when running cmake. Available options will be listed on each cmake run. - Here the options with their default value: + -Dhelp=1 lists all available options: # Available on all systems/compilers -- LYX_CPACK = OFF : Use the CPack management (Implies LYX_INSTALL option) -- LYX_INSTALL = OFF : Build install projects/rules (implies a bunch of other options) - -- LYX_NLS = OFF : Use nls + -- LYX_NLS = ON : Use nls -- LYX_ASPELL = OFF : Require aspell -- LYX_ENCHANT = OFF : Require Enchant -- LYX_HUNSPELL = OFF : Require Hunspell -- LYX_DEVEL_VERSION = OFF : Build developer version - -- LYX_RELEASE = ON : Build release version, build debug when disabled + -- LYX_RELEASE = OFF : Build release version, build debug when disabled -- LYX_PACKAGE_SUFFIX = ON : Use version suffix for packaging -- LYX_PCH = OFF : Use precompiled headers -- LYX_MERGE_FILES = OFF : Merge source files into one compilation unit @@ -275,6 +275,24 @@ Xcode/Mac +Updating the translations +---------- + + Read README.localization for information on the translation process. + Here we list only the cmake specific part. As with the autotools build + system the translations are only updated on demand. + + - Update .po files and create .gmo files (does not touch the source tree): + make translations + + - Copy the updated .po files into the source tree for committing: + make update-po + + - Update the layouttranslations file in the source tree: + make layouttranslations1 + + + Packaging ----------