~ubuntu-branches/ubuntu/saucy/esound/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/html/x47.html

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Murray
  • Date: 2006-01-13 00:33:23 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113003323-wbseckte1b6s74wj
Tags: 0.2.36-3
Only include *64 functions if necessary in libesddsp for things
that check at runtime rather than compile time (closes: #347751)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<HTML
3
 
><HEAD
4
 
><TITLE
5
 
>Compiling</TITLE
6
 
><META
7
 
NAME="GENERATOR"
8
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
9
 
REL="HOME"
10
 
TITLE="EsounD"
11
 
HREF="index.html"><LINK
12
 
REL="UP"
13
 
TITLE="Downloading, Compiling, and Installing"
14
 
HREF="c32.html"><LINK
15
 
REL="PREVIOUS"
16
 
TITLE="Downloading, Compiling, and Installing"
17
 
HREF="c32.html"><LINK
18
 
REL="NEXT"
19
 
TITLE="Installing"
20
 
HREF="x66.html"></HEAD
21
 
><BODY
22
 
CLASS="SECT1"
23
 
BGCOLOR="#FFFFFF"
24
 
TEXT="#000000"
25
 
LINK="#0000FF"
26
 
VLINK="#840084"
27
 
ALINK="#0000FF"
28
 
><DIV
29
 
CLASS="NAVHEADER"
30
 
><TABLE
31
 
SUMMARY="Header navigation table"
32
 
WIDTH="100%"
33
 
BORDER="0"
34
 
CELLPADDING="0"
35
 
CELLSPACING="0"
36
 
><TR
37
 
><TH
38
 
COLSPAN="3"
39
 
ALIGN="center"
40
 
>EsounD: The Enlightened Sound Daemon</TH
41
 
></TR
42
 
><TR
43
 
><TD
44
 
WIDTH="10%"
45
 
ALIGN="left"
46
 
VALIGN="bottom"
47
 
><A
48
 
HREF="c32.html"
49
 
ACCESSKEY="P"
50
 
>Prev</A
51
 
></TD
52
 
><TD
53
 
WIDTH="80%"
54
 
ALIGN="center"
55
 
VALIGN="bottom"
56
 
>Chapter 2. Downloading, Compiling, and Installing</TD
57
 
><TD
58
 
WIDTH="10%"
59
 
ALIGN="right"
60
 
VALIGN="bottom"
61
 
><A
62
 
HREF="x66.html"
63
 
ACCESSKEY="N"
64
 
>Next</A
65
 
></TD
66
 
></TR
67
 
></TABLE
68
 
><HR
69
 
ALIGN="LEFT"
70
 
WIDTH="100%"></DIV
71
 
><DIV
72
 
CLASS="SECT1"
73
 
><H1
74
 
CLASS="SECT1"
75
 
><A
76
 
NAME="COMPILING"
77
 
>2.2. Compiling</A
78
 
></H1
79
 
><DIV
80
 
CLASS="PROCEDURE"
81
 
><OL
82
 
TYPE="1"
83
 
><LI
84
 
><P
85
 
>Extract the contents of the archive.</P
86
 
><P
87
 
CLASS="LITERALLAYOUT"
88
 
>       &nbsp;&nbsp;&nbsp;&nbsp;<SAMP
89
 
CLASS="PROMPT"
90
 
>&gt; </SAMP
91
 
><KBD
92
 
CLASS="USERINPUT"
93
 
> tar xvfz esound-0.2.4.tar.gz</KBD
94
 
><br>
95
 
        &nbsp;&nbsp;</P
96
 
></LI
97
 
><LI
98
 
><P
99
 
>To compile the package, change to the newly created
100
 
            esound-0.2.4 directory, and type:</P
101
 
><P
102
 
CLASS="LITERALLAYOUT"
103
 
>       &nbsp;&nbsp;&nbsp;&nbsp;<SAMP
104
 
CLASS="PROMPT"
105
 
>&gt; </SAMP
106
 
><KBD
107
 
CLASS="USERINPUT"
108
 
> configure ; make all</KBD
109
 
><br>
110
 
        &nbsp;&nbsp;</P
111
 
></LI
112
 
><LI
113
 
><P
114
 
>A sample test script is provided, follow the directions
115
 
            given by the test script:</P
116
 
><P
117
 
CLASS="LITERALLAYOUT"
118
 
>       &nbsp;&nbsp;&nbsp;&nbsp;<SAMP
119
 
CLASS="PROMPT"
120
 
>&gt; </SAMP
121
 
><KBD
122
 
CLASS="USERINPUT"
123
 
> ./test-script</KBD
124
 
><br>
125
 
        &nbsp;&nbsp;</P
126
 
></LI
127
 
></OL
128
 
></DIV
129
 
><P
130
 
>       The sound daemon, and the command line toolset should build as is.
131
 
        All executables should run fine from the source directory.
132
 
      </P
133
 
></DIV
134
 
><DIV
135
 
CLASS="NAVFOOTER"
136
 
><HR
137
 
ALIGN="LEFT"
138
 
WIDTH="100%"><TABLE
139
 
SUMMARY="Footer navigation table"
140
 
WIDTH="100%"
141
 
BORDER="0"
142
 
CELLPADDING="0"
143
 
CELLSPACING="0"
144
 
><TR
145
 
><TD
146
 
WIDTH="33%"
147
 
ALIGN="left"
148
 
VALIGN="top"
149
 
><A
150
 
HREF="c32.html"
151
 
ACCESSKEY="P"
152
 
>Prev</A
153
 
></TD
154
 
><TD
155
 
WIDTH="34%"
156
 
ALIGN="center"
157
 
VALIGN="top"
158
 
><A
159
 
HREF="index.html"
160
 
ACCESSKEY="H"
161
 
>Home</A
162
 
></TD
163
 
><TD
164
 
WIDTH="33%"
165
 
ALIGN="right"
166
 
VALIGN="top"
167
 
><A
168
 
HREF="x66.html"
169
 
ACCESSKEY="N"
170
 
>Next</A
171
 
></TD
172
 
></TR
173
 
><TR
174
 
><TD
175
 
WIDTH="33%"
176
 
ALIGN="left"
177
 
VALIGN="top"
178
 
>Downloading, Compiling, and Installing</TD
179
 
><TD
180
 
WIDTH="34%"
181
 
ALIGN="center"
182
 
VALIGN="top"
183
 
><A
184
 
HREF="c32.html"
185
 
ACCESSKEY="U"
186
 
>Up</A
187
 
></TD
188
 
><TD
189
 
WIDTH="33%"
190
 
ALIGN="right"
191
 
VALIGN="top"
192
 
>Installing</TD
193
 
></TR
194
 
></TABLE
195
 
></DIV
196
 
></BODY
197
 
></HTML
198
 
>
 
 
b'\\ No newline at end of file'