1 |
MON INSTALLATION INSTRUCTIONS |
2 |
============================= |
3 |
|
4 |
BeOS: |
5 |
If you have a binary distribution of mon for BeOS, there are executables |
6 |
for BeOS/PPC and/or BeOS/x86 included. If you have the source distribution, |
7 |
do the following: |
8 |
|
9 |
cd src/BeOS |
10 |
make |
11 |
|
12 |
This will produce an executable "mon" in the "obj.ppc" or "obj.x86" |
13 |
directory. To compile mon, you need the GNU readline library (which comes |
14 |
as part of the "bash" archive in the GNU sources that are distributed |
15 |
with BeOS). |
16 |
|
17 |
Unix: |
18 |
To compile mon, do the following: |
19 |
|
20 |
cd src/Unix |
21 |
./configure |
22 |
make |
23 |
make install [optionally] |