On 23/10/2018 07:03, Daniel wrote:
On 2018-10-22 19:11, Kornel Benko wrote:
Am Montag, 22. Oktober 2018 17:22:37 CEST schrieb Daniel
<xraco...@gmx.de>:
On 22/10/2018 17:19, Daniel wrote:
On 22/10/2018 16:39, Daniel wrote:
[...]
I that the build process can be set so that those .gmo files are not
compiled each time. But I don't remember how. Can someone enlighten me?
Should be "I remember that ...". Sorry for my lousy writing...
You are using cmake I suppose. The gmo-files are remade if the sources
change
AND
if you have all the needed executables (xgettext ... )
AND
you started the cmake configuration with '-DLYX_NLS=ON'.
Thanks, I'll try the cmake flag then.
I am using CMake GUI. I disabled LYX_NLS. But still all the gmo files
are generated. Is there anything else I need to disable?