52 |
|
cd src/BeOS |
53 |
|
make |
54 |
|
|
55 |
< |
Basilisk II cannot run concurrently with SheepShaver. Trying to do so will |
56 |
< |
crash Basilisk II, or SheepShaver, or both. On a PowerPC system you must |
57 |
< |
have installed the "sheep" driver that comes with SheepShaver. To use |
58 |
< |
Ethernet, you must have installed the "sheep_net" add-on that also comes |
55 |
> |
This will produce an executable "BasiliskII" in the "obj.ppc" or "obj.x86" |
56 |
> |
directory. Basilisk II cannot run concurrently with SheepShaver. Trying to |
57 |
> |
do so will crash Basilisk II, or SheepShaver, or both. On a PowerPC system |
58 |
> |
you must have installed the "sheep" driver that comes with SheepShaver. To |
59 |
> |
use Ethernet, you must have installed the "sheep_net" add-on that also comes |
60 |
|
with SheepShaver |
61 |
|
|
62 |
|
Unix: |
64 |
|
|
65 |
|
cd src/Unix |
66 |
|
./configure |
67 |
< |
make |
67 |
> |
make [or "gmake" if you have GNU make and "make" fails] |
68 |
|
make install [optionally] |
69 |
|
|
70 |
|
To use Ethernet networking under Linux, you either have to configure your |