Develop and Download Open Source Software

Browse CVS Repository

Annotation of /satellite/satellite4/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide 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 orrisroot 1.1 How to compile source code on CVS tree on UNIX/Linux
2    
3     [System requirement]
4    
5 orrisroot 1.2 bison-1.2.8 or higher
6 orrisroot 1.1 gtk-1.2.10
7 orrisroot 1.2 flex-2.5.4a
8 orrisroot 1.1
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26