aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu-inst.xml
blob: b420ca47ceed4d8e98b1f8bac1694ad1f0c7b29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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=/tools</userinput></screen></para>

<para>Build and install the package:</para>

<para><screen><userinput>make
make install</userinput></screen></para>

</sect2>