Browse CVS Repository
Contents of /satellite/satellite4/INSTALL
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Wed Mar 31 08:15:05 2004 UTC
(20 years ago)
by orrisroot
Branch: satellite4
CVS Tags: first
Changes since 1.1: +0 -0 lines
Import satellite version 4 current sources into CVS.
| 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 |
|