mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-16 14:30:34 +00:00
- improved installation
This commit is contained in:
parent
0552b208ff
commit
8b4ef4fb2a
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user