Buildsystem for Translators

Laurent Montel montel at kde.org
Tue Apr 3 12:32:35 CEST 2007


On lundi 02 avril 2007, Thomas Reitelbach wrote:
> Hello everyone,
>
> thanks to Laurent, who implemented the buildsystem for trunk/l10n-kde4 for
> us translators.
>
> Unfortunately I have trouble with it, and i hope you can help me. This is
> what i do:
>
> In trunk/l10n-kde4/:
> - ./scripts/autogen.sh de #->generates the CMakeLists.txt files for "de"
> - cd de
> - cmake -DCMAKE_INSTALL_PREFIX=/home/kde4/kde .
> - cd messages
> - make    #->builds all *.gmo files in all subdirectories
> - make install #does only install entry.desktop, but no *.gmo files

For me it works fine.
It installed *.mo files.
Which cmake version do you used ?

(try: cd de
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/home/kde4/kde ../
make
make install
)


More information about the Kde-buildsystem mailing list