mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
22 lines
927 B
XML
22 lines
927 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>autoconf :</userinput>Recreate configure since we have patched configure.in</para>
|
||
|
|
||
|
<para><userinput>--with-lang=ENUS :</userinput>Compile for US English, you may set more languages or all to compile all available languages.</para>
|
||
|
|
||
|
<para><userinput>mkdir -p solver... chmod +x solenv/bin/zipdep.pl :</userinput> Workarounds to fix the build process.</para>
|
||
|
|
||
|
<para><userinput>./bootstrap :</userinput> Create packages required to bootstrap the build.</para>
|
||
|
|
||
|
<para><userinput>dmake :</userinput> Compile the package.</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>
|
||
|
|