- 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 %build
cd src/Unix cd src/Unix
./configure --prefix=/usr --exec_prefix=/usr/X11R6 ./configure --prefix=/usr
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install %install
@ -42,6 +42,6 @@ make install
%files %files
%doc ChangeLog COPYING INSTALL README TECH TODO %doc ChangeLog COPYING INSTALL README TECH TODO
/usr/X11R6/bin/BasiliskII /usr/bin/BasiliskII
/usr/man/man1/BasiliskII.1 /usr/man/man1/BasiliskII.1
/usr/share/BasiliskII/keycodes /usr/share/BasiliskII/keycodes

View File

@ -52,10 +52,11 @@ BeOS:
cd src/BeOS cd src/BeOS
make make
Basilisk II cannot run concurrently with SheepShaver. Trying to do so will This will produce an executable "BasiliskII" in the "obj.ppc" or "obj.x86"
crash Basilisk II, or SheepShaver, or both. On a PowerPC system you must directory. Basilisk II cannot run concurrently with SheepShaver. Trying to
have installed the "sheep" driver that comes with SheepShaver. To use do so will crash Basilisk II, or SheepShaver, or both. On a PowerPC system
Ethernet, you must have installed the "sheep_net" add-on that also comes 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 with SheepShaver
Unix: Unix: