ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/INSTALL
Revision: 1.1
Committed: 1999-10-04T19:40:36Z (24 years, 6 months ago) by cebix
Branch: MAIN
Log Message:
- added some doc files

File Contents

# User Rev Content
1 cebix 1.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]