2002-09-13 21:06:04 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para>
|
2003-09-27 04:32:55 +08:00
|
|
|
<command>mv ../gpc231/gpc.* external/gpc</command> : Copy the gpc files to the appropriate location.</para>
|
2002-09-13 21:06:04 +08:00
|
|
|
|
2003-09-27 04:32:55 +08:00
|
|
|
<para><command>--with-lang=ALL</command> : Make install sets for all available languages.</para>
|
2002-09-13 21:06:04 +08:00
|
|
|
|
2003-09-27 04:32:55 +08:00
|
|
|
<para><command>./bootstrap</command> : Create packages required to bootstrap the build.</para>
|
2002-09-13 21:06:04 +08:00
|
|
|
|
2003-09-27 04:32:55 +08:00
|
|
|
<para><command>dmake</command> : Compile the package.</para>
|
2002-09-13 21:06:04 +08:00
|
|
|
|
2003-09-27 04:32:55 +08:00
|
|
|
<para><command>sed -e "s:^oo_home=...</command>: Remove version specific
|
2003-03-07 12:13:17 +08:00
|
|
|
installation directory</para>
|
|
|
|
|
2003-09-27 04:32:55 +08:00
|
|
|
<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>
|
2002-09-13 21:06:04 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|