mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
- improved installation
This commit is contained in:
parent
0552b208ff
commit
8b4ef4fb2a
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user