Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | |
2 | (1) Read the README file. |
||
3 | (also read the JUKEBOX file if you wanna compile a player |
||
4 | for the sajber jukebox) |
||
5 | |||
6 | (2) Type "make" to see a list of supported hardware platforms |
||
7 | and operating systems, then type the make command that |
||
8 | best fits your system. |
||
9 | |||
10 | (3) If compilation was successful, type "make install" to |
||
11 | install the binary and the manual page in /usr/local. |
||
12 | |||
13 | Have fun! |
||
14 | |||
15 | Some additional remarks: |
||
16 | |||
17 | - There is currently no direct audio hardware support for the |
||
18 | "dec", "aix" and "generic" targets. That means that you |
||
19 | have to use the "-s" commandline option to write the decoded |
||
20 | audio data to stdout. |
||
21 | |||
22 | - On Solaris, use Sun's SparcWorks compiler ("make solaris") |
||
23 | if at all possible. It generates faster code than gcc, so |
||
24 | use gcc only if there's no other way. |
||
25 | |||
26 | - The macro "htons" causes a compiler warning in httpget.c |
||
27 | (at least on FreeBSD 2.1.x). This can be safely ignored. |
||
28 | |||
29 | - For Solaris 2.4: append the options "-L/usr/ucblib -lucb" |
||
30 | at the end of the link command line. Do this ONLY for |
||
31 | Solaris 2.4, NOT for Solaris 2.5 or newer versions. |
||
32 | |||
33 | - The HP-UX port might be broken. I was able to compile it |
||
34 | on an HP-UX 9 account, but there were some problems with |
||
35 | libraries on HP-UX 10. I'm not an HP expert, but perhaps |
||
36 | someone else can fix it. |
||
37 | |||
38 | *** |