glfs/xsoft/suites/openoffice/openoffice-exp.xml

34 lines
1.3 KiB
XML
Raw Normal View History

<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>