mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
e3f4d3ef15
commit
90c4b57d1e
@ -35,16 +35,35 @@ in the language of your choice, the default will be English.</para>
|
||||
cd .. &&
|
||||
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 &&
|
||||
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 &&
|
||||
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 ..</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 &&
|
||||
./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</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user