mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 18:31:14 +00:00
introduce my repo
This commit is contained in:
parent
8f2660a7de
commit
a943d981c4
56
README.md
56
README.md
@ -1,2 +1,54 @@
|
||||
# BasiliskII
|
||||
[![Build Status](https://travis-ci.org/rickyzhang82/macemu.svg)](https://travis-ci.org/rickyzhang82/macemu)
|
||||
#### BasiliskII
|
||||
```
|
||||
macOS 64-bit ---
|
||||
Linux 32-bit JIT
|
||||
MinGW 32-bit JIT
|
||||
```
|
||||
#### SheepShaver
|
||||
```
|
||||
macOS 64-bit JIT
|
||||
Linux 32-bit JIT
|
||||
MinGW 32-bit ---
|
||||
```
|
||||
### How To Build
|
||||
These builds need to be installed SDL2 framework/library.
|
||||
#### BasiliskII
|
||||
##### macOS
|
||||
1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
|
||||
1. Set Build Configuration to Release
|
||||
1. Build
|
||||
|
||||
##### Linux(x86)
|
||||
```
|
||||
$ cd macemu/BasiliskII/src/Unix
|
||||
$ ./autogen.sh
|
||||
$ make
|
||||
```
|
||||
##### MinGW32/MSYS
|
||||
```
|
||||
$ cd macemu/BasiliskII/src/Windows
|
||||
$ ../Unix/autogen.sh
|
||||
$ make
|
||||
```
|
||||
#### SheepShaver
|
||||
##### macOS
|
||||
1. Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj
|
||||
1. Set Build Configuration to Release
|
||||
1. Build
|
||||
|
||||
##### Linux(x86)
|
||||
```
|
||||
$ cd macemu/SheepShaver
|
||||
$ make links
|
||||
$ cd src/Unix
|
||||
$ ./autogen.sh
|
||||
$ make
|
||||
```
|
||||
##### MinGW32/MSYS
|
||||
```
|
||||
$ cd macemu/SheepShaver
|
||||
$ make links
|
||||
$ cd src/Windows
|
||||
$ ../Unix/autogen.sh
|
||||
$ make
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user