Skip to content

Commit

Permalink
Add FreeBSD support. Closes https://github.com/iceiix/steven/issues/29
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Nov 20, 2018
1 parent e72cf47 commit 58ea344
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 58ea344

Please sign in to comment.