Removed tcl, expect and dejagnu from chapter 6

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-13 07:27:10 +00:00
parent 0c418fcb89
commit 20c9af0c44
7 changed files with 0 additions and 82 deletions

View File

@ -62,9 +62,6 @@
&c6-sysvinit;
&c6-tar;
&c6-utillinux;
&c6-tcl;
&c6-expect;
&c6-dejagnu;
&c6-gcc-2953;
&c6-kernel-manpages;
&c6-revisedchroot;

View File

@ -1,12 +0,0 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of DejaGNU</title>
<para><screen><userinput>./configure --prefix=/usr
make
make install</userinput></screen></para>
</sect2>

View File

@ -1,11 +0,0 @@
<sect1 id="ch06-dejagnu">
<title>Installing DejaGNU-&dejagnu-version;</title>
<?dbhtml filename="dejagnu.html" dir="chapter06"?>
<screen>Estimated build time: &dejagnu-time-static;
Estimated required disk space: &dejagnu-compsize-static;</screen>
&c6-dejagnu-inst;
</sect1>

View File

@ -1,17 +0,0 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Expect</title>
<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
./configure --prefix=/usr \
&nbsp;&nbsp;&nbsp;&nbsp;--with-x=no --disable-symbols --cache-file=/dev/null
make
make test
make install</userinput></screen></para>
<para>You can now remove the tcl&tcl-version; as well as the
expect-&expect-version; directories.</para>
</sect2>

View File

@ -1,11 +0,0 @@
<sect1 id="ch06-expect">
<title>Installing Expect-&expect-version;</title>
<?dbhtml filename="expect.html" dir="chapter06"?>
<screen>Estimated build time: &expect-time-static;
Estimated required disk space: &expect-compsize-static;</screen>
&c6-expect-inst;
</sect1>

View File

@ -1,17 +0,0 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of TCL</title>
<para><screen><userinput>cd unix
./configure --prefix=/usr
make
make test
make install
ln -s tclsh8.4 /usr/bin/tclsh</userinput></screen></para>
<para>Don't remove the tcl&tcl-version; directory yet, you need it for the
next package installation.</para>
</sect2>

View File

@ -1,11 +0,0 @@
<sect1 id="ch06-tcl">
<title>Installing TCL-&tcl-version;</title>
<?dbhtml filename="tcl.html" dir="chapter06"?>
<screen>Estimated build time: &tcl-time-static;
Estimated required disk space: &tcl-compsize-static;</screen>
&c6-tcl-inst;
</sect1>