Browse CVS Repository
Contents of /satellite/satellite4/INSTALL
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Thu Apr 15 19:14:55 2004 UTC
(19 years, 11 months ago)
by orrisroot
Branch: MAIN
Changes since 1.1: +2 -1 lines
modified installing requirements.
| 1 |
How to compile source code on CVS tree on UNIX/Linux |
| 2 |
|
| 3 |
[System requirement] |
| 4 |
|
| 5 |
bison-1.2.8 or higher |
| 6 |
gtk-1.2.10 |
| 7 |
flex-2.5.4a |
| 8 |
|
| 9 |
autoconf 2.53 |
| 10 |
automake 1.5 |
| 11 |
|
| 12 |
[How to Compile and Install] |
| 13 |
|
| 14 |
1. Download the SATELLITE source code (satellite-4.x.x.tar.gz). |
| 15 |
|
| 16 |
2. Extract source code. |
| 17 |
|
| 18 |
% tar zxvf satellite-4.x.x.tar.gz |
| 19 |
|
| 20 |
3. Change extracted directory and run the configure script. |
| 21 |
|
| 22 |
% cd satellite-4.x.x |
| 23 |
% ./configure |
| 24 |
|
| 25 |
4. Do compile. |
| 26 |
|
| 27 |
% make |
| 28 |
|
| 29 |
5. Switch root (system adminirator) account and Install the |
| 30 |
compiled binaries. |
| 31 |
|
| 32 |
% su |
| 33 |
# make install |
| 34 |
|
| 35 |
[Run] |
| 36 |
Run the SATELLITE. |
| 37 |
|
| 38 |
% /usr/local/satellite4/bin/sl4 |
|