glfs/general/prog/tcl/tcl-exp.xml
Igor Živković 51d40ee87e moved tcl and tk to their respective directories
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1322 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-05 10:13:05 +00:00

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>