mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
6304d72255
commit
f86c7150d2
@ -46,7 +46,7 @@ Compiling with Microsoft Visual C++
|
|||||||
Click Configure and set the generator to Visual Studio 10.
|
Click Configure and set the generator to Visual Studio 10.
|
||||||
|
|
||||||
- Enable LYX_DEPENDENCIES_DOWNLOAD and click Configure.
|
- 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.
|
- Set QT_QMAKE_EXECUTABLE to e.g.
|
||||||
C:\Qt\qt-everywhere-opensource-src-4.7.1\bin\qmake.exe
|
C:\Qt\qt-everywhere-opensource-src-4.7.1\bin\qmake.exe
|
||||||
|
@ -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
|
Packaging
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user