[Freeciv-Dev] Re: call for updated translations
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Jeff Mallatt wrote:
> Because I don't like to do 'make install' all the time, I use a trick. I
> add a soft link from '/usr/local/share/locale/pt/LC_MESSAGES/freeciv.mo' to
> '/home/jjm/prj/freeciv/po/pt.gmo' (of course, where your 'pt.gmo' file is
> will be different from this, which is where mine is). (Again, you may need
> to be root to add this soft link.) This way, I can run my development
> copy, and it always picks up the latest translations.
Yep. Another way to achieve a similar result without needing
to be root is to configure with --prefix=DIR, where DIR is
somewhere you have write-access to, and then 'make' and
'make install'.
Eg, I do './configure --prefix=/home/dwp/inst'
This works because the prefix affects the compiled-in place
where freeciv/gettext looks.
-- David
|
|