Browse CVS Repository
Annotation of /satellite/satellite4/INSTALL
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( hide annotations)
( download)
Mon Oct 24 15:19:06 2005 UTC
(18 years, 5 months ago)
by orrisroot
Branch: MAIN
Changes since 1.4: +5 -3 lines
updated autotools version.
| 1 |
orrisroot |
1.1 |
How to compile source code on CVS tree on UNIX/Linux |
| 2 |
|
|
|
| 3 |
|
|
[System requirement] |
| 4 |
orrisroot |
1.3 |
- bison-1.2.8 or higher |
| 5 |
|
|
- flex-2.5.4a |
| 6 |
orrisroot |
1.5 |
- X-Window System Version 11 Release 6 |
| 7 |
|
|
- Xaw3d (optional) |
| 8 |
orrisroot |
1.3 |
|
| 9 |
|
|
# for maintainer |
| 10 |
orrisroot |
1.5 |
- autoconf 2.59 |
| 11 |
|
|
- automake 1.6.9 |
| 12 |
|
|
- libtool 1.5.20 |
| 13 |
orrisroot |
1.1 |
|
| 14 |
|
|
[How to Compile and Install] |
| 15 |
|
|
|
| 16 |
|
|
1. Download the SATELLITE source code (satellite-4.x.x.tar.gz). |
| 17 |
|
|
|
| 18 |
|
|
2. Extract source code. |
| 19 |
|
|
|
| 20 |
|
|
% tar zxvf satellite-4.x.x.tar.gz |
| 21 |
|
|
|
| 22 |
|
|
3. Change extracted directory and run the configure script. |
| 23 |
|
|
|
| 24 |
|
|
% cd satellite-4.x.x |
| 25 |
|
|
% ./configure |
| 26 |
|
|
|
| 27 |
|
|
4. Do compile. |
| 28 |
|
|
|
| 29 |
|
|
% make |
| 30 |
|
|
|
| 31 |
|
|
5. Switch root (system adminirator) account and Install the |
| 32 |
|
|
compiled binaries. |
| 33 |
|
|
|
| 34 |
|
|
% su |
| 35 |
|
|
# make install |
| 36 |
|
|
|
| 37 |
|
|
[Run] |
| 38 |
|
|
Run the SATELLITE. |
| 39 |
|
|
|
| 40 |
|
|
% /usr/local/satellite4/bin/sl4 |
|