Browse CVS Repository
Annotation of /satellite/satellite4/INSTALL
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
Wed Mar 31 08:15:05 2004 UTC
(20 years ago)
by orrisroot
Branch: MAIN
Branch point for: satellite4
Initial revision
| 1 |
orrisroot |
1.1 |
How to compile source code on CVS tree on UNIX/Linux |
| 2 |
|
|
|
| 3 |
|
|
[System requirement] |
| 4 |
|
|
|
| 5 |
|
|
bison |
| 6 |
|
|
gtk-1.2.10 |
| 7 |
|
|
|
| 8 |
|
|
autoconf 2.53 |
| 9 |
|
|
automake 1.5 |
| 10 |
|
|
|
| 11 |
|
|
[How to Compile and Install] |
| 12 |
|
|
|
| 13 |
|
|
1. Download the SATELLITE source code (satellite-4.x.x.tar.gz). |
| 14 |
|
|
|
| 15 |
|
|
2. Extract source code. |
| 16 |
|
|
|
| 17 |
|
|
% tar zxvf satellite-4.x.x.tar.gz |
| 18 |
|
|
|
| 19 |
|
|
3. Change extracted directory and run the configure script. |
| 20 |
|
|
|
| 21 |
|
|
% cd satellite-4.x.x |
| 22 |
|
|
% ./configure |
| 23 |
|
|
|
| 24 |
|
|
4. Do compile. |
| 25 |
|
|
|
| 26 |
|
|
% make |
| 27 |
|
|
|
| 28 |
|
|
5. Switch root (system adminirator) account and Install the |
| 29 |
|
|
compiled binaries. |
| 30 |
|
|
|
| 31 |
|
|
% su |
| 32 |
|
|
# make install |
| 33 |
|
|
|
| 34 |
|
|
[Run] |
| 35 |
|
|
Run the SATELLITE. |
| 36 |
|
|
|
| 37 |
|
|
% /usr/local/satellite4/bin/sl4 |
|