Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Raspberry Pi compile hints. #165

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README_linux_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ the following command(s) may still be needed:
sudo apt-get install build-essential pkg-config libasound2-dev libcdio-dev libsdl1.2-dev libsdl-net1.2-dev libsndfile1-dev zlib1g-dev
```

#### Raspberry Pi Additional Dependencies

```
sudo apt-get install libsdl2-2.0-0 libsdl2-dev
```

### Compile Commands

Mednafen's build process makes use of 'configure' in order to set up environment-specific options in preparation
Expand All @@ -36,3 +42,8 @@ It is possible that the sound device may not be properly identified by Mednafen;
Mednafen documentation has some hints here:
[https://mednafen.github.io/documentation/#Section_troubleshooting_nosoundlinux](https://mednafen.github.io/documentation/#Section_troubleshooting_nosoundlinux)

On Raspberry Pi, you will almost certainly need to update the sound.device in the Mednafen settings as specified in
https://mednafen.github.io/releases/ :
```
sound.device sexyal-literal-default
```
Loading