Added
[fw/sdcc] / doc / sdccman.html / node11.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3 <!--Converted with LaTeX2HTML 99.1 release (March 30, 1999)
4 original version by:  Nikos Drakos, CBLU, University of Leeds
5 * revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6 * with significant contributions from:
7   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 <HTML>
9 <HEAD>
10 <TITLE>2.1 Linux/Unix Installation</TITLE>
11 <META NAME="description" CONTENT="2.1 Linux/Unix Installation">
12 <META NAME="keywords" CONTENT="sdccman">
13 <META NAME="resource-type" CONTENT="document">
14 <META NAME="distribution" CONTENT="global">
15
16 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17 <META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release">
18 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19
20 <LINK REL="STYLESHEET" HREF="sdccman.css">
21
22 <LINK REL="next" HREF="node12.html">
23 <LINK REL="previous" HREF="node10.html">
24 <LINK REL="up" HREF="node10.html">
25 <LINK REL="next" HREF="node12.html">
26 </HEAD>
27
28 <BODY >
29 <!--Navigation Panel-->
30 <A NAME="tex2html368"
31  HREF="node12.html">
32 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_motif.gif"></A> 
33 <A NAME="tex2html362"
34  HREF="node10.html">
35 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_motif.gif"></A> 
36 <A NAME="tex2html356"
37  HREF="node10.html">
38 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="previous_motif.gif"></A> 
39 <A NAME="tex2html364"
40  HREF="node1.html">
41 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents_motif.gif"></A> 
42 <A NAME="tex2html366"
43  HREF="node61.html">
44 <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index_motif.gif"></A> 
45 <BR>
46 <B> Next:</B> <A NAME="tex2html369"
47  HREF="node12.html">2.2 Windows Installation</A>
48 <B> Up:</B> <A NAME="tex2html363"
49  HREF="node10.html">2. Installation</A>
50 <B> Previous:</B> <A NAME="tex2html357"
51  HREF="node10.html">2. Installation</A>
52  &nbsp <B>  <A NAME="tex2html365"
53  HREF="node1.html">Contents</A></B> 
54  &nbsp <B>  <A NAME="tex2html367"
55  HREF="node61.html">Index</A></B> 
56 <BR>
57 <BR>
58 <!--End of Navigation Panel-->
59
60 <H2><A NAME="SECTION00031000000000000000">
61 2.1 Linux/Unix Installation</A>
62 </H2>
63
64 <P>
65
66 <OL>
67 <LI>Download the source package, it will be named something like sdcc-2.x.x.tgz.</LI>
68 <LI>Bring up a command line terminal, such as xterm.</LI>
69 <LI>Unpack the file using a command like: <I><B>&#34;tar
70 -xzf sdcc-2.x.x.tgz</B></I>&#34;, this will create a sub-directory
71 called sdcc with all of the sources.</LI>
72 <LI>Change directory into the main SDCC directory, for example type: <I><B>&#34;cd
73 sdcc</B></I><I>&#34;.</I></LI>
74 <LI>Type <I><B>&#34;./configure</B></I>&#34;. This configures
75 the package for compilation on your system.</LI>
76 <LI>Type <I><B>&#34;make</B></I>&#34;. All of the source
77 packages will compile, this can take a while.</LI>
78 <LI>Type <I><B>&#34;make install&#34;</B></I> as root. This
79 copies the binary executables, the include files, the libraries and
80 the documentation to the install directories.</LI>
81 </OL>
82
83 <P>
84 <BR><HR>
85 <ADDRESS>
86 <I>Johan Knol</I>
87 <BR><I>2001-07-13</I>
88 </ADDRESS>
89 </BODY>
90 </HTML>