lfs/chapter05/dejagnu-inst.xml
Alex Gronenwoud 484ceab8cd first draft of tcl, expect, and dejagnu
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-08-08 22:38:16 +00:00

20 lines
505 B
XML

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of DejaGNU</title>
<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>