mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
51d40ee87e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1322 af4574ff-66df-0310-9fd7-8a98e5e911e0
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>
|
|
|