glfs/xsoft/suites/openoffice/openoffice-exp.xml
Tushar Teredesai 6e405cb373 Updated OpenOffice and Removed STLport
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1158 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-22 04:58:33 +00:00

21 lines
761 B
XML

<sect2>
<title>Command explanations</title>
<para>
<userinput>mv ../gpc231/gpc.* external/gpc</userinput> : Copy the gpc files to the appropriate location.</para>
<para><userinput>--with-lang=ALL</userinput> : Make install sets for all available languages.</para>
<para><userinput>./bootstrap</userinput> : Create packages required to bootstrap the build.</para>
<para><userinput>dmake</userinput> : Compile the package.</para>
<para><userinput>sed -e "s:^oo_home=...</userinput>: Remove version specific
installation directory</para>
<para><userinput>for appl in swriter scalc sdraw simpress smath soffice;
do ...</userinput> : Create links so that the package can be started from the command line without changes to the existing path.</para>
</sect2>