aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/make-inst.xml
blob: 2bd0be4898a6340a1c6ac19183857204c163a0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Make</title>

<para><screen><userinput>./configure --prefix=/stage1
make
make check
make install</userinput></screen></para>

</sect2>