From 58ea3442b8fbbcab4720e2e4a82588751d5328c6 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Tue, 20 Nov 2018 08:30:19 -0800 Subject: [PATCH] Add FreeBSD support. Closes https://github.com/iceiix/steven/issues/29 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f508a1e..439a35e 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,15 @@ For example on Debian-based systems such as Ubuntu Linux: apt-get install -y libsdl2-dev libsdl2-mixer-dev gcc libegl1-mesa-dev libgles2-mesa-dev ``` +### Installing dependencies on FreeBSD + +Install the SDL2 packages and configure the library path to find them: + +```sh +pkg install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf +export LIBRARY_PATH=/usr/local/lib +``` + ### Installing dependencies on OS X Installing them is easiest with [Homebrew](http://brew.sh/). To install SDL2 issue this command: