mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
OpenOffice updates
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5335 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5a83241408
commit
f922e62605
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "30">
|
||||
<!ENTITY month "11">
|
||||
<!ENTITY day "1">
|
||||
<!ENTITY month "12">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "November &day;th, &year;">
|
||||
<!ENTITY releasedate "November &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
|
||||
|
@ -40,6 +40,14 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 1st, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Added several fixes to OpenOffice instructions.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 30th, 2005</para>
|
||||
|
@ -125,6 +125,8 @@
|
||||
<para><xref linkend="cups"/>,
|
||||
<xref linkend="desktop-file-utils"/>,
|
||||
<xref linkend="freetype2"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="gnome-vfs"/>,
|
||||
<xref linkend="libart_lgpl"/>,
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="libtiff"/>, and
|
||||
@ -157,25 +159,26 @@ done</userinput></screen>
|
||||
<para>Copy the <application>Beanshell</application> TAR ball into the
|
||||
source tree and uncompress it:</para>
|
||||
|
||||
<screen><userinput>cp ../bsh-2.0b4.tar.bz2 beanshell/download/ &&
|
||||
bzip2 -d beanshell/download/bsh-2.0b4.tar.bz2</userinput></screen>
|
||||
<screen><userinput>cp ../bsh-2.0b4-src.tar.bz2 beanshell/download/ &&
|
||||
bzip2 -d beanshell/download/bsh-2.0b4-src.tar.bz2</userinput></screen>
|
||||
|
||||
<para>If not using the system-installed <application>Mozilla</application>
|
||||
or <application>Firefox</application>, copy the
|
||||
<application>Mozilla</application> source TAR ball into the source
|
||||
tree:</para>
|
||||
|
||||
<screen><userinput>cp ../mozilla-1.7.5.tar.gz moz/download/</userinput></screen>
|
||||
<screen><userinput>cp ../mozilla-source-1.7.5.tar.gz moz/download/</userinput></screen>
|
||||
|
||||
<para>If you want to optimize the build, edit
|
||||
<filename>solenv/inc/unxlngi6.mk</filename> and add the desired optimization
|
||||
flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported
|
||||
problems with <option>-fomit-frame-pointer</option>. The best option
|
||||
is to not use any custom optimizations. The following command removes an
|
||||
incorrect <option>-mcpu</option> option in the above file:</para>
|
||||
<para>If you want to optimize the build, edit the appropriate makefile in
|
||||
<filename>solenv/inc/</filename> and add the desired optimization
|
||||
flags to the <envar>CFLAGSOPT</envar> variable. The makefiles are arch
|
||||
specific, for instance edit <filename>solenv/inc/unxlngi6.mk</filename>
|
||||
for i686. Some users have reported problems with
|
||||
<option>-fomit-frame-pointer</option>. The best option is to not use any
|
||||
custom optimizations. The following command removes an incorrect
|
||||
<option>-mcpu</option> option in several of the makefiles:</para>
|
||||
|
||||
<screen><userinput>sed -i "s:\-mcpu=pentiumpro::" \
|
||||
solenv/inc/unxlngi6.mk</userinput></screen>
|
||||
<screen><userinput>sed -i '/^ARCH_FLAGS\*=/d' solenv/inc/unx{lngi{4,5,6},fbsdi}.mk</userinput></screen>
|
||||
|
||||
<!-- To be removed before final release -->
|
||||
|
||||
@ -345,6 +348,9 @@ cp -v *.desktop /usr/share/applications</userinput></screen>
|
||||
<para><parameter>--disable-cups</parameter>: Disable the use of
|
||||
<application>cups</application> for printing.</para>
|
||||
|
||||
<para><parameter>--disable-gnome-vfs</parameter>: Disable the use of
|
||||
<application>Gnome Virtual File System</application> libraries.</para>
|
||||
|
||||
<para><parameter>--with-lang=<replaceable>[LANG]</replaceable></parameter>:
|
||||
Makes an install set for the desired language. ENUS is the default.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user