From 95acc32857595474520543ad1e1ae8c960cfc5f4 Mon Sep 17 00:00:00 2001 From: "Luke A. Guest" Date: Fri, 31 Dec 2021 20:56:13 +0000 Subject: [PATCH] Add docs for homebrew. --- README.md | 18 ++++++++++++++++++ alire.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12942b2a..bf29e7db 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/alire.toml b/alire.toml index eab8db21..8b40ad78 100644 --- a/alire.toml +++ b/alire.toml @@ -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 "]