OpenOffice - Added localized help content

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@710 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-02-17 15:56:14 +00:00
parent e3f4d3ef15
commit 90c4b57d1e
2 changed files with 28 additions and 5 deletions

View File

@ -35,16 +35,35 @@ in the language of your choice, the default will be English.</para>
cd .. &amp;&amp;
source LinuxIntelEnv.Set.sh</userinput></screen></para>
<para>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.</para>
<para>Compile openoffice using the following commands.</para>
<para><screen><userinput>./bootstrap &amp;&amp;
dmake</userinput></screen></para>
<para>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.</para>
<para><screen><userinput>cd solver/641/unxlngi4.pro/pck &amp;&amp;
for i in $(ls ../../../../../helpcontent_*_unix.tgz)
do
tar -xvzf $i
done &amp;&amp;
cd ../../../../instsetoo &amp;&amp;
rm -rf unxlngi4.pro &amp;&amp;
dmake &amp;&amp;
cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
cd ..</userinput></screen></para>
<para>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.</para>
<para><screen><userinput>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
./install --prefix=/opt &amp;&amp;
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</userinput></screen></para>
</sect2>

View File

@ -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.</para>
<para>The source tarball only contains English language help. A localized help
content file may be available at <ulink
url="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/"/>.</para>
<para>If you have difficulties in building openoffice, check out the
openoffice
hint for detailed information at <ulink