1 |
<HTML> |
2 |
<HEAD> |
3 |
<TITLE>Installation</TITLE> |
4 |
</HEAD> |
5 |
<BODY> |
6 |
|
7 |
<H1>Installation</H1> |
8 |
|
9 |
<HR> |
10 |
|
11 |
There are two kinds of Frodo distributions. The source distributions ("FrodoV?_?.Src.*") |
12 |
contain source code that has to be compiled on your system. The binary distributions |
13 |
("FrodoV?_?.<system name>.*") contain an executable that can be started directly. |
14 |
|
15 |
<H2>Compiling under BeOS</H2> |
16 |
|
17 |
There are BeIDE project files for Frodo ("Frodo.proj"), Frodo PC ("FrodoPC.proj") |
18 |
and Frodo SC ("FrodoSC.proj"). You must rename (or copy) Src/sysconfig.h.Be |
19 |
to Src/sysconfig.h first. Compilation requires the unlimited Metrowerks |
20 |
linker. |
21 |
|
22 |
<H2>Compiling under Unix</H2> |
23 |
|
24 |
First you have to run the program "configure". This can be done simply with |
25 |
the following command:<P> |
26 |
|
27 |
<KBD>cd Src<BR> |
28 |
./configure</KBD><P> |
29 |
|
30 |
You might want to give configure optional arguments. To use SVGAlib on Linux |
31 |
systems, you have to do<P> |
32 |
|
33 |
<KBD>cd Src<BR> |
34 |
./configure --without-x</KBD><P> |
35 |
|
36 |
To select a german keyboard layout in the X11 version instead of the usual |
37 |
US keyboard, do<P> |
38 |
|
39 |
<KBD>cd Src<BR> |
40 |
./configure --enable-kbd-lang-de</KBD><P> |
41 |
|
42 |
After running configure, you may want to edit the generated Makefile. To use the SHM |
43 |
extension (highly recommended for speed), add "-DX_USE_SHM" to the definition of |
44 |
CFLAGS. To get sound under Solaris 2.x, add "-DSUN". Next, type<P> |
45 |
|
46 |
<KBD>make all</KBD><P> |
47 |
|
48 |
<H2>Compiling under AmigaOS</H2> |
49 |
|
50 |
The makefile was written for the ADE with GCC. Other compilers have not been tested. |
51 |
You must rename (or copy) Src/sysconfig.h.Amiga to Src/sysconfig.h first. Then type<P> |
52 |
|
53 |
<KBD>cd Src<BR> |
54 |
make -fMakefile.Amiga all</KBD><P> |
55 |
|
56 |
<H2>The C64 ROM files (all systems)</H2> |
57 |
|
58 |
Frodo looks for four ROM files named "Basic ROM", "Kernal ROM", "Char ROM" |
59 |
and "1541 ROM" in the same directory Frodo is in. These files are included |
60 |
in the source and binary distributions of Frodo. "Kernal ROM" is an |
61 |
<A HREF="kernal.html">extended</A> version of the C64 Kernal. |
62 |
|
63 |
</BODY> |
64 |
</HTML> |