Re: [dev] How to build multi-language OOo or language packs?

2007-01-23 Thread Matthias B.

On 1/23/07, Subir Pradhanang [EMAIL PROTECTED] wrote:


$SRC_ROOT cd instsetoo_native/util; dmake ooolanguagepack



Thanks. That worked.

Matthias

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] How to build multi-language OOo or language packs?

2007-01-22 Thread Matthias B.

I've managed to build OOo from the standard sources. I've specified
--with-lang=de and was hoping to get an OpenOffice whose GUI I could
switch between US English and German. However I ended up with 2
independent directories with a full set of .deb packages in each
directory. The German packages only install the German language and
the English set presumably only the English language.

What do I have to do to either build a set of packages that will
install both languages at the same time or alternatively how do I
build a language pack that will add another language?

Matthias

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to build multi-language OOo or language packs?

2007-01-22 Thread Subir Pradhanang

Hi Matthias,

On 1/22/07, Matthias B. [EMAIL PROTECTED] wrote:


What do I have to do to either build a set of packages that will
install both languages at the same time or alternatively how do I
build a language pack that will add another language?


http://tools.openoffice.org/dev_docs/build_linux.html

$SRC_ROOT cd instsetoo_native/util; dmake ooolanguagepack

will build the language packs for different languages, US English and
German lang packs in your case.

Just install from the US English installation sets and then install
the German lang pack debs.

Hope this helps :)

Thanks,
Subir

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]