How to compile source code on CVS tree on UNIX/Linux

[System requirement]
- bison-1.2.8 or higher
- flex-2.5.4a
- X-Window System Version 11 Release 6 
- Xaw3d (optional)

# for maintainer
- autoconf 2.59
- automake 1.9.6
- libtool 1.5.20

[How to Compile and Install]

1. Download the SATELLITE source code (satellite-4.x.x.tar.gz).

2. Extract source code.

 % tar zxvf satellite-4.x.x.tar.gz

3. Change extracted directory and run the configure script.

 % cd satellite-4.x.x
 % ./configure

4. Do compile.

 % make

5. Switch root (system adminirator) account and Install the 
   compiled binaries.

 % su
 # make install

[Run]
Run the SATELLITE.

 % /usr/local/satellite4/bin/sl4
