flycast/README.md

51 lines
2.1 KiB
Markdown
Raw Normal View History

2021-04-19 08:47:45 +00:00
# Flycast
2021-04-19 08:54:03 +00:00
[![Android CI](https://github.com/flyinghead/flycast/actions/workflows/android.yml/badge.svg)](https://github.com/flyinghead/flycast/actions/workflows/android.yml)
[![C/C++ CI](https://github.com/flyinghead/flycast/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/flyinghead/flycast/actions/workflows/c-cpp.yml)
[![Nintendo Switch CI](https://github.com/flyinghead/flycast/actions/workflows/switch.yml/badge.svg)](https://github.com/flyinghead/flycast/actions/workflows/switch.yml)
[![Windows UWP CI](https://github.com/flyinghead/flycast/actions/workflows/uwp.yml/badge.svg)](https://github.com/flyinghead/flycast/actions/workflows/uwp.yml)
2021-04-19 08:54:03 +00:00
2021-04-19 08:47:45 +00:00
![flycast logo](https://github.com/flyinghead/flycast/raw/master/shell/linux/flycast.png)
2020-11-21 16:59:52 +00:00
**Flycast** is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from [**reicast**](https://github.com/skmp/reicast-emulator).
2021-04-19 08:54:03 +00:00
Information about configuration and supported features can be found on [**TheArcadeStriker's flycast wiki**](https://github.com/TheArcadeStriker/flycast-wiki/wiki).
2020-04-06 10:04:54 +00:00
Join us on our [**Discord server**](https://discord.gg/X8YWP8w) for a chat.
2013-12-19 17:10:14 +00:00
2021-04-19 08:47:45 +00:00
## Install
2021-12-22 20:41:01 +00:00
### Flatpak (Linux)
2021-04-19 09:00:30 +00:00
1. [Set up Flatpak](https://www.flatpak.org/setup/).
2021-04-19 09:00:30 +00:00
2. Install Flycast from [Flathub](https://flathub.org/apps/details/org.flycast.Flycast):
2021-04-19 09:00:30 +00:00
`flatpak install -y org.flycast.Flycast`
3. Run Flycast:
2021-04-19 09:00:30 +00:00
`flatpak run org.flycast.Flycast`
2022-02-24 17:22:28 +00:00
### Homebrew (MacOS)
1. [Set up Homebrew](https://brew.sh).
2022-02-24 17:22:28 +00:00
2. Install Flycast via Homebrew:
2022-02-24 17:22:28 +00:00
`brew install --cask flycast`
2022-06-01 22:55:25 +00:00
### Xbox One/Series
2021-12-22 20:41:01 +00:00
2022-06-01 22:55:25 +00:00
#### Retail:
Open [**gamr13's github page**](https://gamr13.github.io/) from your Xbox console.
#### Dev Mode:
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**.
2021-12-22 20:41:01 +00:00
2021-04-19 08:47:45 +00:00
### Binaries
Get fresh builds for your system [**on the builds page**](https://flyinghead.github.io/flycast-builds/).
2019-07-02 10:17:03 +00:00
2022-01-29 18:39:08 +00:00
**New:** Now automated test results are available as well.