From f86c7150d293a9159a3fedd3a41bf3821b1f804c Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 17 Oct 2011 20:10:29 +0000 Subject: [PATCH] Update cmake instructions git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39877 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.Win32 | 2 +- INSTALL.cmake | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/INSTALL.Win32 b/INSTALL.Win32 index f9f6493bc1..13730972dc 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -46,7 +46,7 @@ Compiling with Microsoft Visual C++ Click Configure and set the generator to Visual Studio 10. - Enable LYX_DEPENDENCIES_DOWNLOAD and click Configure. - Pre-compiled dependencies will automatically be downloaded. + Pre-compiled dependencies will automatically be downloaded. - Set QT_QMAKE_EXECUTABLE to e.g. C:\Qt\qt-everywhere-opensource-src-4.7.1\bin\qmake.exe diff --git a/INSTALL.cmake b/INSTALL.cmake index 980eb8556a..3ff0a73da1 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -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 ----------