From 90c4b57d1e14643232518ebfd2efc4942e7afa67 Mon Sep 17 00:00:00 2001 From: Tushar Teredesai Date: Mon, 17 Feb 2003 15:56:14 +0000 Subject: [PATCH] OpenOffice - Added localized help content git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@710 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/suites/openoffice/openoffice-inst.xml | 29 ++++++++++++++++---- xsoft/suites/openoffice/openoffice-intro.xml | 4 +++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/xsoft/suites/openoffice/openoffice-inst.xml b/xsoft/suites/openoffice/openoffice-inst.xml index 520faa0484..fc20dec00f 100644 --- a/xsoft/suites/openoffice/openoffice-inst.xml +++ b/xsoft/suites/openoffice/openoffice-inst.xml @@ -35,16 +35,35 @@ in the language of your choice, the default will be English. cd .. && source LinuxIntelEnv.Set.sh -Compile openoffice using the following commands. Note that when -installing, it needs a X Display. You can use Xvfb if -you are compiling on a console. +Compile openoffice using the following commands. ./bootstrap && +dmake + +If you have downloaded localized helpcontent zip files, you will need +to unzip them to the appropriate directory as mentioned below and then recreate +the installation set. + +cd solver/641/unxlngi4.pro/pck && +for i in $(ls ../../../../../helpcontent_*_unix.tgz) +do +tar -xvzf $i +done && +cd ../../../../instsetoo && +rm -rf unxlngi4.pro && dmake && -cd instsetoo/unxlngi4.pro/01/normal && +cd .. + +Install OpenOffice using the following commands. The following commands +install the English language set. To install a localized version, replace the +01 by the international telephone country code for your country. Note that when +installing, it needs a X Display, evn though there is no visible X window. You +can use Xvfb if you are compiling on a console. + +cd instsetoo/unxlngi4.pro/01/normal && ./install --prefix=/opt && for appl in swriter scalc sdraw simpress smath soffice -do ln -sf /opt/openoffice/program/$appl /usr/X11R6/bin/$appl +do ln -sf /opt/openoffice/program/$appl /usr/bin/$appl done diff --git a/xsoft/suites/openoffice/openoffice-intro.xml b/xsoft/suites/openoffice/openoffice-intro.xml index 82c70299f8..7303745906 100644 --- a/xsoft/suites/openoffice/openoffice-intro.xml +++ b/xsoft/suites/openoffice/openoffice-intro.xml @@ -33,6 +33,10 @@ url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/> The patches begin with openoffice-&openoffice-version;. Select patches that are appropriate for your installation. +The source tarball only contains English language help. A localized help +content file may be available at . + If you have difficulties in building openoffice, check out the openoffice hint for detailed information at