Changeset f922e62


Ignore:
Timestamp:
12/01/2005 06:30:33 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
880192e
Parents:
5a832414
Message:

OpenOffice updates

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5a832414 rf922e62  
    1 <!ENTITY day          "30">
    2 <!ENTITY month        "11">
     1<!ENTITY day          "1">
     2<!ENTITY month        "12">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "November &day;th, &year;">
     5<!ENTITY releasedate  "November &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r5a832414 rf922e62  
    4141
    4242-->
     43    <listitem>
     44      <para>December 1st, 2005</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dj] - Added several fixes to OpenOffice instructions.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4351
    4452    <listitem>
  • xsoft/suites/openoffice.xml

    r5a832414 rf922e62  
    126126    <xref linkend="desktop-file-utils"/>,
    127127    <xref linkend="freetype2"/>,
     128    <xref linkend="gtk2"/>,
     129    <xref linkend="gnome-vfs"/>,
    128130    <xref linkend="libart_lgpl"/>,
    129131    <xref linkend="libjpeg"/>,
     
    158160    source tree and uncompress it:</para>
    159161
    160 <screen><userinput>cp ../bsh-2.0b4.tar.bz2 beanshell/download/ &amp;&amp;
    161 bzip2 -d beanshell/download/bsh-2.0b4.tar.bz2</userinput></screen>
     162<screen><userinput>cp ../bsh-2.0b4-src.tar.bz2 beanshell/download/ &amp;&amp;
     163bzip2 -d beanshell/download/bsh-2.0b4-src.tar.bz2</userinput></screen>
    162164
    163165    <para>If not using the system-installed <application>Mozilla</application>
     
    166168    tree:</para>
    167169
    168 <screen><userinput>cp ../mozilla-1.7.5.tar.gz moz/download/</userinput></screen>
    169 
    170     <para>If you want to optimize the build, edit
    171     <filename>solenv/inc/unxlngi6.mk</filename> and add the desired optimization
    172     flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported
    173     problems with <option>-fomit-frame-pointer</option>. The best option
    174     is to not use any custom optimizations. The following command removes an
    175     incorrect <option>-mcpu</option> option in the above file:</para>
    176 
    177 <screen><userinput>sed -i "s:\-mcpu=pentiumpro::" \
    178     solenv/inc/unxlngi6.mk</userinput></screen>
     170<screen><userinput>cp ../mozilla-source-1.7.5.tar.gz moz/download/</userinput></screen>
     171
     172    <para>If you want to optimize the build, edit the appropriate makefile in
     173    <filename>solenv/inc/</filename> and add the desired optimization
     174    flags to the <envar>CFLAGSOPT</envar> variable. The makefiles are arch
     175    specific, for instance edit <filename>solenv/inc/unxlngi6.mk</filename>
     176    for i686.  Some users have reported problems with
     177    <option>-fomit-frame-pointer</option>. The best option is to not use any
     178    custom optimizations. The following command removes an incorrect
     179    <option>-mcpu</option> option in several of the makefiles:</para>
     180
     181<screen><userinput>sed -i '/^ARCH_FLAGS\*=/d' solenv/inc/unx{lngi{4,5,6},fbsdi}.mk</userinput></screen>
    179182
    180183<!-- To be removed before final release -->
     
    346349    <application>cups</application> for printing.</para>
    347350
     351    <para><parameter>--disable-gnome-vfs</parameter>: Disable the use of
     352    <application>Gnome Virtual File System</application> libraries.</para>
     353
    348354    <para><parameter>--with-lang=<replaceable>[LANG]</replaceable></parameter>:
    349355    Makes an install set for the desired language. ENUS is the default.</para>
Note: See TracChangeset for help on using the changeset viewer.