mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
19 lines
659 B
XML
19 lines
659 B
XML
|
<sect2>
|
||
|
<title>Command explanations</title>
|
||
|
|
||
|
<para><command>sed -i ...</command>: The <application>Tcl</application>
|
||
|
package assumes that the source that is used to build <application>Tcl
|
||
|
</application> is always kept around for compiling packages that depend on
|
||
|
<application>Tcl</application>. These <command>sed</command>'s remove the
|
||
|
reference to the build directory and replace them by saner system wide
|
||
|
locations.</para>
|
||
|
|
||
|
<para><command>install ...</command>: These commands install the internal
|
||
|
headers into a system-wide location.</para>
|
||
|
|
||
|
<para><command>ln -sf ...</command>: These commands create compatibility
|
||
|
symbolic links.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|