aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-08 22:38:16 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-08 22:38:16 +0000
commit484ceab8cdd7516dfefa6f9383625db5ef69fb77 (patch)
treed24d74e122f3876eaae4fd28c9f93c6a01d83110 /chapter05/dejagnu-inst.xml
parent5b09aafd37b0278bc2741479034d4ea22970b61d (diff)
first draft of tcl, expect, and dejagnu
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu-inst.xml')
-rw-r--r--chapter05/dejagnu-inst.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter05/dejagnu-inst.xml b/chapter05/dejagnu-inst.xml
index 511573c56..0a948fdb9 100644
--- a/chapter05/dejagnu-inst.xml
+++ b/chapter05/dejagnu-inst.xml
@@ -3,9 +3,17 @@
<sect2>
<title>Installation of DejaGNU</title>
-<para><screen><userinput>./configure --prefix=/stage1
+<para>Prepare DejaGNU to be compiled:</para>
+
+<para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
+
+<para>Build and install the package:</para>
+
+<para><screen><userinput>make
make install</userinput></screen></para>
+<para>This completes the testing tools. We can now rebuild GCC and Binutils
+to link them against the new Glibc, and test them properly.</para>
</sect2>