* Added support for doing shifts by helper functions
[fw/sdcc] / doc / sdccman.html / node17.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.7 Advanced Install Options</TITLE>
11 <META NAME="description" CONTENT="2.7 Advanced Install Options">
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="node18.html">
23 <LINK REL="previous" HREF="node16.html">
24 <LINK REL="up" HREF="node10.html">
25 <LINK REL="next" HREF="node18.html">
26 </HEAD>
27
28 <BODY >
29 <!--Navigation Panel-->
30 <A NAME="tex2html461"
31  HREF="node18.html">
32 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_motif.gif"></A> 
33 <A NAME="tex2html455"
34  HREF="node10.html">
35 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_motif.gif"></A> 
36 <A NAME="tex2html449"
37  HREF="node16.html">
38 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="previous_motif.gif"></A> 
39 <A NAME="tex2html457"
40  HREF="node1.html">
41 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents_motif.gif"></A> 
42 <A NAME="tex2html459"
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="tex2html462"
47  HREF="node18.html">2.8 Components of SDCC</A>
48 <B> Up:</B> <A NAME="tex2html456"
49  HREF="node10.html">2. Installation</A>
50 <B> Previous:</B> <A NAME="tex2html450"
51  HREF="node16.html">2.6 SDCC on Other</A>
52  &nbsp <B>  <A NAME="tex2html458"
53  HREF="node1.html">Contents</A></B> 
54  &nbsp <B>  <A NAME="tex2html460"
55  HREF="node61.html">Index</A></B> 
56 <BR>
57 <BR>
58 <!--End of Navigation Panel-->
59
60 <H2><A NAME="SECTION00037000000000000000">
61 2.7 Advanced Install Options</A>
62 </H2>
63
64 <P>
65 The ``configure'' command has several options. The most commonly
66 used option is -prefix=&lt;directory name&gt;, where &lt;directory name&gt; is
67 the final location for the sdcc executables and libraries, (default
68 location is /usr/local). The installation process will create the
69 following directory structure under the &lt;directory name&gt; specified
70 (if they do not already exist). 
71 <BR>
72
73 <BR>
74 bin/ - binary exectables (add to PATH environment variable)
75 <BR>
76 bin/share/
77 <BR>
78 bin/share/sdcc/include/ - include header files
79 <BR>
80 bin/share/sdcc/lib/
81 <BR>
82 bin/share/sdcc/lib/small/ - Object &amp; library files for small model
83 library
84 <BR>
85 bin/share/sdcc/lib/large/ - Object &amp; library files for large model
86 library
87 <BR>
88 bin/share/sdcc/lib/ds390/ - Object &amp; library files forDS80C390 library
89 <BR>
90
91 <BR>
92 The command <I><B>''./configure -prefix=/usr/local''</B></I>
93 will configure the compiler to be installed in directory /usr/local.
94
95 <P>
96 <BR><HR>
97 <ADDRESS>
98 <I>Johan Knol</I>
99 <BR><I>2001-07-13</I>
100 </ADDRESS>
101 </BODY>
102 </HTML>