https://github.com/ravbug/dolphin-rpi
Script to compile the Dolphin emulator for the Raspberry Pi
https://github.com/ravbug/dolphin-rpi
Last synced: 4 months ago
JSON representation
Script to compile the Dolphin emulator for the Raspberry Pi
- Host: GitHub
- URL: https://github.com/ravbug/dolphin-rpi
- Owner: Ravbug
- Created: 2021-03-14T22:13:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T13:42:52.000Z (about 2 years ago)
- Last Synced: 2025-02-22T20:30:50.745Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dolphin for Raspberry Pi
This repository contains a simple script for compiling the Dolphin Emulator top-of-tree for Raspberry Pi.
**Note**. `sudo apt install dolphin-emu` will allow you to install and run Dolphin without needing to compile anything.
## How to use
1. [Download](https://github.com/ravbug/dolphin-rpi/releases/latest) the build script
2. Execute it: `./dolphin-rpi.sh`. It will download the Dolphin source code into the current working directory.
3. Wait for it to complete. This may take a while.
4. Nagivate to `dolphin/build/` and launch Dolphin!
5. \[optional] If you encounter issues launching dolphin, run `cd dolphin/build && sudo cmake --build . --target install`, then run `dolphin-emu`
## Issues
Please report all issues on the [Issues](https://github.com/ravbug/dolphin-rpi/issues) section of this repository