mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
b7d0bb4a52
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1294 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
736 B
XML
21 lines
736 B
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><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
|
|
|
|
<para><command>dmake</command>: Compile the package.</para>
|
|
|
|
<para><command>sed -e "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>
|
|
|