63 lines
3.1 KiB
Markdown
63 lines
3.1 KiB
Markdown
# Flycast
|
|
|
|
[](https://github.com/flyinghead/flycast/actions/workflows/android.yml)
|
|
[](https://github.com/flyinghead/flycast/actions/workflows/c-cpp.yml)
|
|
[](https://github.com/flyinghead/flycast/actions/workflows/switch.yml)
|
|
[](https://github.com/flyinghead/flycast/actions/workflows/uwp.yml)
|
|
[](https://github.com/flyinghead/flycast/actions/workflows/bsd.yml)
|
|
|
|
<img src="shell/linux/flycast.png" alt="flycast logo" width="150"/>
|
|
|
|
**Flycast** is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from [**reicast**](https://github.com/skmp/reicast-emulator).
|
|
|
|
Information about configuration and supported features can be found on [**TheArcadeStriker's flycast wiki**](https://github.com/TheArcadeStriker/flycast-wiki/wiki).
|
|
|
|
Join us on our [**Discord server**](https://discord.gg/X8YWP8w) for a chat.
|
|
|
|
## Install
|
|
|
|
### Android 
|
|
Install Flycast from [**Google Play**](https://play.google.com/store/apps/details?id=com.flycast.emulator).
|
|
### Flatpak (Linux )
|
|
|
|
1. [Set up Flatpak](https://www.flatpak.org/setup/).
|
|
|
|
2. Install Flycast from [Flathub](https://flathub.org/apps/details/org.flycast.Flycast):
|
|
|
|
`flatpak install -y org.flycast.Flycast`
|
|
|
|
3. Run Flycast:
|
|
|
|
`flatpak run org.flycast.Flycast`
|
|
|
|
### Homebrew (MacOS )
|
|
|
|
1. [Set up Homebrew](https://brew.sh).
|
|
|
|
2. Install Flycast via Homebrew:
|
|
|
|
`brew install --cask flycast`
|
|
|
|
### iOS
|
|
|
|
Due to persistent harassment from an iOS user, support for this platform has been dropped.
|
|
|
|
### Xbox One/Series 
|
|
|
|
Grab the latest build from [**the builds page**](https://flyinghead.github.io/flycast-builds/), or the [**GitHub Actions**](https://github.com/flyinghead/flycast/actions/workflows/uwp.yml). Then install it using the **Xbox Device Portal**.
|
|
|
|
### Binaries      
|
|
|
|
Get fresh builds for your system [**on the builds page**](https://flyinghead.github.io/flycast-builds/).
|
|
|
|
**New:** Now automated test results are available as well.
|
|
|
|
### Build instructions:
|
|
```
|
|
$ git clone --recursive https://github.com/flyinghead/flycast.git
|
|
$ cd flycast
|
|
$ mkdir build && cd build
|
|
$ cmake ..
|
|
$ make
|
|
```
|