Update cmake instructions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39877 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2011-10-17 20:10:29 +00:00
parent 6304d72255
commit f86c7150d2
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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
----------