glfs/general/prog/tk/tk-exp.xml

19 lines
655 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><command>sed -i ...</command>: The <application>Tk</application> package
assumes that the source that is used to build <application>Tk</application> is
always kept around for compiling packages that depend on
<application>Tk</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>