Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/satellite4/INSTALL

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


Revision 1.3 - (show annotations) (download)
Wed Jul 28 05:52:41 2004 UTC (19 years, 8 months ago) by orrisroot
Branch: MAIN
Changes since 1.2: +7 -7 lines
update how to install file.

1 How to compile source code on CVS tree on UNIX/Linux
2
3 [System requirement]
4 - bison-1.2.8 or higher
5 - flex-2.5.4a
6 - X-Window System Version 11 Release 6
7
8 # for maintainer
9 - autoconf 2.57
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