16 |
|
Depending on the platform you use, Basilisk II has additional requirements: |
17 |
|
|
18 |
|
BeOS: |
19 |
< |
You need BeOS R4 or better. On a PowerPC system you also need the |
20 |
< |
"sheep" driver that comes with SheepShaver. To use Ethernet, you need |
21 |
< |
the "sheep_net" add-on that also comes with SheepShaver (both items |
22 |
< |
are included in the SheepShaver Trial Versions). The PowerPC version of |
19 |
> |
You need BeOS R4 or later versions. |
20 |
|
Basilisk II cannot do Mac Classic emulation. |
21 |
|
|
22 |
|
Unix: |
44 |
|
|
45 |
|
BeOS: |
46 |
|
If you have a binary distribution of Basilisk II for BeOS, there are |
47 |
< |
executables for BeOS/PPC and/or BeOS/x86 included. If you have the source |
48 |
< |
distribution, do the following: |
47 |
> |
executables for BeOS/PPC and/or BeOS/x86 included. Basilisk II cannot run |
48 |
> |
concurrently with SheepShaver. Trying to do so will crash Basilisk II, or |
49 |
> |
SheepShaver, or both. |
50 |
> |
|
51 |
> |
If you have the source distribution, do the following: |
52 |
|
|
53 |
|
cd src/BeOS |
54 |
|
make |
55 |
|
|
56 |
|
This will produce an executable "BasiliskII" in the "obj.ppc" or "obj.x86" |
57 |
< |
directory. Basilisk II cannot run concurrently with SheepShaver. Trying to |
58 |
< |
do so will crash Basilisk II, or SheepShaver, or both. On a PowerPC system |
59 |
< |
you must have installed the "sheep" driver that comes with SheepShaver. To |
60 |
< |
use Ethernet, you must have installed the "sheep_net" add-on that also comes |
61 |
< |
with SheepShaver |
57 |
> |
directory. To use Ethernet, you also have to do: |
58 |
> |
|
59 |
> |
cd SheepNet |
60 |
> |
make install |
61 |
> |
|
62 |
> |
On a PowerPC system, you also have to do: |
63 |
> |
|
64 |
> |
cd SheepDriver |
65 |
> |
make install |
66 |
|
|
67 |
|
Unix: |
68 |
|
To compile Basilisk II, do the following: |
73 |
|
make install [optionally] |
74 |
|
|
75 |
|
To use Ethernet networking under Linux, you either have to configure your |
76 |
< |
kernel for ethertap support or make and install the "sheep_net" driver: |
77 |
< |
|
78 |
< |
make modules |
75 |
< |
|
76 |
< |
This should produce a kernel module "sheep_net.o" in the "Linux/NetDriver" |
77 |
< |
directory. Now su root and say |
78 |
< |
|
79 |
< |
cd Linux/NetDriver |
80 |
< |
make dev |
81 |
< |
/sbin/insmod sheep_net.o |
82 |
< |
|
83 |
< |
This will install the device node "/dev/sheep_net" and load the driver. |
84 |
< |
You should give appropriate access rights to /dev/sheep_net if you don't |
85 |
< |
want to have to run Basilisk II as root. |
76 |
> |
kernel for ethertap support or make and install the "sheep_net" driver |
77 |
> |
(this is explained in the README file, at the description of the "ether" |
78 |
> |
preferences item). |
79 |
|
|
80 |
|
This is what Brian J. Johnson says about compiling for IRIX: |
81 |
|
"I recommend compiling with "-Ofast". This requires changing "-g" |
88 |
|
must NOT use a pthreads library. User-level threads libraries such as PTL |
89 |
|
interfere with the signal handlers installed by Basilisk II and kernel- |
90 |
|
level threads are not supported by NetBSD, so you will have to live without |
91 |
< |
pthreads (and thus, without serial/ethernet/audio support). |
91 |
> |
pthreads, and thus without serial/ethernet/audio support (but the "UDP |
92 |
> |
tunnelling" network should work). |
93 |
|
|
94 |
|
ATTENTION NetBSD/mac68k USERS: |
95 |
|
Current (as of July 2000) versions of the NetBSD/mac68k kernel have a bug |
130 |
|
following: |
131 |
|
|
132 |
|
cd src/AmigaOS |
133 |
< |
smake |
133 |
> |
make |
134 |
|
|
135 |
< |
To recompile Basilisk II, you need SAS/C 6.58. Earlier versions may not work. |
135 |
> |
To recompile Basilisk II, you need the GeekGadgets development suite and |
136 |
> |
PhxAss (which can be found on Aminet). |
137 |
|
|
138 |
|
Windows NT: |
139 |
|
If you have a binary distribution of Basilisk II for Windows, there is a |