Skip to content

Commit

Permalink
Add sdl2 to BUILDING.md description (#26132)
Browse files Browse the repository at this point in the history
* Add docs about installing sdl2 variants

* Add sdl2 docs
  • Loading branch information
andy31415 authored and pull[bot] committed Feb 1, 2024
1 parent 4354d6d commit 1717649
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,26 @@ sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev
```

#### UI builds

If building `-with-ui` variant, also install SDL2:

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

### Installing prerequisites on macOS

On macOS, install Xcode from the Mac App Store.

#### UI builds

If building `-with-ui` variant, also install SDL2:

```
brew install sdl2
```

### Installing prerequisites on Raspberry Pi 4

Complete the following steps:
Expand Down

0 comments on commit 1717649

Please sign in to comment.