glfs/xsoft/suites/openoffice/openoffice-exp.xml
Tushar Teredesai 1ac8111284 Added note to run ldconfig after each gnome-1.4 library installation
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2057 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-24 23:16:12 +00:00

34 lines
1.3 KiB
XML

<sect2>
<title>Command explanations</title>
<para>
<command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the appropriate location.</para>
<para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para>
<para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all available languages..</para>
<para><parameter>--with-libart</parameter>: Use libart instead of gpc for polygon clipping.</para>
<para><parameter>--with-libsn</parameter>: Use startup-notification.</para>
<para><parameter>--disable-java</parameter>: Do not build components that need java.</para>
<para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon clipping capability.</para>
<para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera fonts since
they are already bundled with X.</para>
<para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
<para><command>dmake</command>: Compile the package.</para>
<para><command>sed -i "s:^oo_home=...</command>: Remove version specific
installation directory</para>
<para><command>for appl in swriter scalc sdraw simpress smath soffice;
do ...</command>: Create links so that the package can be started from the command-line without changes to the existing path.</para>
</sect2>