blob: 362dcbf8a91764045a65b0ae856655af6ab495cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Bison</title>
<para>Install Bison by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &&
make &&
make install</userinput></screen></para>
</sect2>
|