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.6 - (hide annotations) (download)
Thu Nov 10 14:00:03 2005 UTC (18 years, 5 months ago) by orrisroot
Branch: MAIN
CVS Tags: RELEASE_4_2_3, HEAD
Changes since 1.5: +1 -1 lines
fixed automake version for maintainer.

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 orrisroot 1.6 - automake 1.9.6
12 orrisroot 1.5 - 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

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