1 |
SIDPlayer Installation Instructions |
2 |
=================================== |
3 |
|
4 |
|
5 |
BeOS |
6 |
---- |
7 |
|
8 |
The easiest way is to download one of the precompiled BeOS binary archives |
9 |
(x86 or PowerPC, depending on your CPU architecture). Simply unexpand the |
10 |
archive to your hard drive. |
11 |
|
12 |
SIDPlayer can also be used as an input plugin for CL-Amp by Claes Löfqvist. |
13 |
Simply copy the "SIDPlayer" application to your CL-Amp "Plugins" directory |
14 |
(you have to copy it, placing a link won't work) and rename it to |
15 |
"in_SIDPlayer". |
16 |
|
17 |
If you downloaded the source, you can compile it using the following |
18 |
command: |
19 |
|
20 |
$ make -f Makefile.BeOS |
21 |
|
22 |
|
23 |
Unix |
24 |
---- |
25 |
|
26 |
SIDPlayer requires the Simple DirectMedia Layer (SDL) library, available |
27 |
from the official SDL site: |
28 |
|
29 |
http://www.libsdl.org/ |
30 |
|
31 |
If you didn't install SDL from source, you have to install the "SDL-devel" |
32 |
package to compile SIDPlayer. |
33 |
|
34 |
As with any autoconfiguring GNU software, installation is as easy as this: |
35 |
|
36 |
$ ./configure |
37 |
$ make |
38 |
[become root] |
39 |
# make install |
40 |
|
41 |
For a complete list of options that the "configure" script takes, type |
42 |
|
43 |
$ ./configure --help |
44 |
|
45 |
The most important option is |
46 |
|
47 |
--prefix=PREFIX |
48 |
|
49 |
which you can use to specify a different installation directory (the default |
50 |
is /usr/local). The "sidplayer" executable will be installed in PREFIX/bin. |