https://github.com/daniel-j/fnalibs-celeste
Build Celeste dependencies for the Raspberry Pi
https://github.com/daniel-j/fnalibs-celeste
Last synced: about 1 year ago
JSON representation
Build Celeste dependencies for the Raspberry Pi
- Host: GitHub
- URL: https://github.com/daniel-j/fnalibs-celeste
- Owner: daniel-j
- Created: 2020-06-17T15:36:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T20:52:22.000Z (over 4 years ago)
- Last Synced: 2025-04-13T01:11:49.303Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build script for Celeste's dependencies on Raspberry Pi
## Usage
First, download FMOD Engine version 1.10.20 from [https://www.fmod.com/download](https://www.fmod.com/download). You need to create an account to download. Then navigate to the downloads page, click [FMOD Studio Suite](https://www.fmod.com/download#fmodstudiosuite) and under FMOD Engine click Older and select 1.10.20 in the dropdown. Then click Download on the line with Linux. Place the downloaded file at the root of this repository.
Install SDL2's devel package with `sudo apt install libsdl2-dev`. This installs the required dependencies for building SDL2.
Now, run `./build.sh` and wait for it to complete.
This will create a file called `celeste-libarmhf.tar.gz`. Extract this in the Celeste game directory.
To play the game you need to install the Mono Runtime with `sudo apt install mono-runtime`
You can now launch the game by running `./Celeste.sh` from the game directory. Enjoy!