mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-21 18:22:40 +01:00
add brew commands (#218)
This commit is contained in:
parent
182bd93648
commit
cb9b7b8862
11
README.md
11
README.md
@ -79,6 +79,17 @@ This project is available as Flatpak on [Flathub](https://flathub.org/apps/detai
|
|||||||
|
|
||||||
Install XCode (or at least Xcode Command Line Tools with `xcode-select --install`) and CMake.
|
Install XCode (or at least Xcode Command Line Tools with `xcode-select --install`) and CMake.
|
||||||
|
|
||||||
|
**HomeBrew**
|
||||||
|
|
||||||
|
You can easily install the build artifact by using `brew`.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew tap draftbrew/tap
|
||||||
|
brew install --no-quarantine space-cadet-pinball
|
||||||
|
```
|
||||||
|
|
||||||
|
Be aware that the flag `--no-quarantime` will disable macOS's Gatekeeper during installation.
|
||||||
|
|
||||||
**Manual compilation:**
|
**Manual compilation:**
|
||||||
|
|
||||||
* **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.
|
* **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user