blob: 6f6256b8cb058a8de18be7da4e5f713483f4d7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2><title> </title><para> </para></sect2>
<sect2>
<title>Installation of DejaGnu</title>
<para>Prepare DejaGnu to be compiled:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
<para>Build and install the package:</para>
<screen><userinput>make install</userinput></screen>
</sect2>
|