--- BasiliskII/INSTALL 1999/10/03 17:11:52 1.1 +++ BasiliskII/INSTALL 1999/10/15 14:47:49 1.4 @@ -52,10 +52,11 @@ BeOS: cd src/BeOS make - Basilisk II cannot run concurrently with SheepShaver. Trying to do so will - crash Basilisk II, or SheepShaver, or both. On a PowerPC system you must - have installed the "sheep" driver that comes with SheepShaver. To use - Ethernet, you must have installed the "sheep_net" add-on that also comes + This will produce an executable "BasiliskII" in the "obj.ppc" or "obj.x86" + directory. Basilisk II cannot run concurrently with SheepShaver. Trying to + do so will crash Basilisk II, or SheepShaver, or both. On a PowerPC system + you must have installed the "sheep" driver that comes with SheepShaver. To + use Ethernet, you must have installed the "sheep_net" add-on that also comes with SheepShaver Unix: @@ -63,19 +64,19 @@ Unix: cd src/Unix ./configure - make + make [or "gmake" if you have GNU make and "make" fails] make install [optionally] To use Ethernet networking under Linux, you either have to configure your kernel for ethertap support or make and install the "sheep_net" driver: - cd src/Unix make modules This should produce a kernel module "sheep_net.o" in the "Linux/NetDriver" directory. Now su root and say - ./MAKEDEV + cd Linux/NetDriver + make dev /sbin/insmod sheep_net.o This will install the device node "/dev/sheep_net" and load the driver.