blob: 29fc232a46686412dd3a21cdbdc0b71d303b1935 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<HTML>
<HEAD>
<TITLE>from mSQL 2.0 User Guide</TITLE>
</HEAD>
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff">
<B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 1</B></FONT><FONT SIZE=2>		Unpack the software distribution using gunzip and tar</P><DIR>
<DIR>
<DIR>
<DIR>
<DIR>
</FONT><FONT FACE="Helvetica-Narrow" SIZE=1><P>gunzip msql-2.0-rel.tar.gz</P>
<P>tar –xvf msql-2.0-rel.tar</P>
</FONT><FONT FACE="Helvetica-Narrow" SIZE=1><P> </P>
</FONT><B><I><FONT FACE="Helvetica-Narrow" SIZE=1><P>Or</P>
</B></I><P>gzcat msql-2.0-rel.tar.gz | tar –xvf –</P></DIR>
</DIR>
</DIR>
</DIR>
</DIR>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 2</B></FONT><FONT SIZE=2>		Create a target directory for your hardware platform</P><DIR>
<DIR>
<DIR>
<DIR>
<DIR>
</FONT><FONT FACE="Helvetica-Narrow" SIZE=1><P>cd msql-2.0-rel</P>
<P>make target</P>
<P> </P></DIR>
</DIR>
</DIR>
</DIR>
</DIR>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 3</B></FONT><FONT SIZE=2>		Configure the compilation process</P><DIR>
<DIR>
<DIR>
<DIR>
<DIR>
</FONT><FONT FACE="Helvetica-Narrow" SIZE=1><P>cd targets/YourTargetDirectory</P>
<P>./setup</P>
<P> </P></DIR>
</DIR>
</DIR>
</DIR>
</DIR>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 4</B></FONT><FONT SIZE=2>		Check the default values of INST_DIR and CC in the site.mm file</P>
<P ALIGN="JUSTIFY"> </P>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 5</B></FONT><FONT SIZE=2>		Compile the software</P><DIR>
<DIR>
<DIR>
<DIR>
<DIR>
</FONT><FONT FACE="Helvetica-Narrow" SIZE=1><P>make all</P>
<P> </P></DIR>
</DIR>
</DIR>
</DIR>
</DIR>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 6</B></FONT><FONT SIZE=2>		Install the software</P><DIR>
<DIR>
<DIR>
<DIR>
<DIR>
</FONT><FONT FACE="Helvetica-Narrow" SIZE=1><P>make install</P></DIR>
</DIR>
</DIR>
</DIR>
</DIR>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 7</B></FONT><FONT SIZE=2>		Configure the software by editing the msql.conf file in the installation directory</P>
<P ALIGN="JUSTIFY"> </P>
<P ALIGN="JUSTIFY"> </P></DIR>
</FONT><B><FONT SIZE=3><P ALIGN="JUSTIFY">Step 8</B></FONT><FONT SIZE=2>Last
<P><b>we</b>are<u>together</u>
<p>look		at						us <-- should be separated with a
single space
<p> look at us <-- should be separated with
2 spaces
<p> look at us <-- should
be separated with 3 spaces
</BODY>
</HTML>
|