Ignore:
Timestamp:
02/17/2003 03:56:14 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1adbc7d
Parents:
e3f4d3e
Message:

OpenOffice - Added localized help content

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@710 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft/suites/openoffice
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/suites/openoffice/openoffice-inst.xml

    re3f4d3e r90c4b57d  
    3636source LinuxIntelEnv.Set.sh</userinput></screen></para>
    3737
    38 <para>Compile openoffice using the following commands. Note that when
    39 installing, it needs a X Display. You can use Xvfb if
    40 you are compiling on a console.</para>
     38<para>Compile openoffice using the following commands.</para>
    4139
    4240<para><screen><userinput>./bootstrap &amp;&amp;
     41dmake</userinput></screen></para>
     42
     43<para>If you have downloaded localized helpcontent zip files, you will need
     44to unzip them to the appropriate directory as mentioned below and then recreate
     45the installation set.</para>
     46
     47<para><screen><userinput>cd solver/641/unxlngi4.pro/pck &amp;&amp;
     48for i in $(ls ../../../../../helpcontent_*_unix.tgz)
     49do
     50tar -xvzf $i
     51done &amp;&amp;
     52cd ../../../../instsetoo &amp;&amp;
     53rm -rf unxlngi4.pro &amp;&amp;
    4354dmake &amp;&amp;
    44 cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
     55cd ..</userinput></screen></para>
     56
     57<para>Install OpenOffice using the following commands. The following commands
     58install the English language set. To install a localized version, replace the
     5901 by the international telephone country code for your country. Note that when
     60installing, it needs a X Display, evn though there is no visible X window. You
     61can use Xvfb if you are compiling on a console.</para>
     62
     63<para><screen><userinput>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
    4564./install --prefix=/opt &amp;&amp;
    4665for appl in swriter scalc sdraw simpress smath soffice
    47 do ln -sf /opt/openoffice/program/$appl /usr/X11R6/bin/$appl
     66do ln -sf /opt/openoffice/program/$appl /usr/bin/$appl
    4867done</userinput></screen></para>
    4968
  • xsoft/suites/openoffice/openoffice-intro.xml

    re3f4d3e r90c4b57d  
    3434Select patches that are appropriate for your installation.</para>
    3535
     36<para>The source tarball only contains English language help. A localized help
     37content file may be available at <ulink
     38url="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/"/>.</para>
     39
    3640<para>If you have difficulties in building openoffice, check out the
    3741openoffice
Note: See TracChangeset for help on using the changeset viewer.