blob: cb818bedaaee5dd8b21756064452817403b92aea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<sect2>
<title>Installation of Bin86</title>
<para>
Install Bin86 by running the following commands:
</para>
<para>
<screen>
<userinput>make &&</userinput>
<userinput>make PREFIX=/usr install</userinput>
</screen>
</para>
</sect2>
|