Skip to content

Commit

Permalink
Add docs for homebrew.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretia committed Dec 31, 2021
1 parent a1ac5bd commit 95acc32
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ cd build/gnat
make SDL_PLATFORM=linux SDL_MODE=release
```

### Alire

You can build the library with Alire now, by calling the following in the root directory:

```
alr build
```

#### MacOS

SDLAda#s alire.toml is set up to use the Homebrew libs, so you need to install those first.

```
brew install sdl2
brew install sdl2_ttf
brew install sdl2_image
```

## Installation

```
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "sdlada"
description = "Ada 2012 SDL 2.x bindings."
version = "2.5.4"
version = "2.5.5"

authors = ["Luke A. Guest"]
maintainers = ["Luke A. Guest <laguest@archeia.com>"]
Expand Down

0 comments on commit 95acc32

Please sign in to comment.