- improved installation

This commit is contained in:
cebix 1999-10-04 21:07:12 +00:00
parent 0552b208ff
commit 8b4ef4fb2a
2 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@ Some features of Basilisk II:
%build
cd src/Unix
./configure --prefix=/usr --exec_prefix=/usr/X11R6
./configure --prefix=/usr
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
@ -42,6 +42,6 @@ make install
%files
%doc ChangeLog COPYING INSTALL README TECH TODO
/usr/X11R6/bin/BasiliskII
/usr/bin/BasiliskII
/usr/man/man1/BasiliskII.1
/usr/share/BasiliskII/keycodes

View File

@ -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: