Skip to content

Commit

Permalink
FreeBSD dependencies addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Jul 30, 2022
1 parent bdf7713 commit 7a97d0d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ flatpak install flathub jp.yvt.OpenSpades

Once installed, you'll be able to launch OpenSpades from inside the desktop menu or from your terminal with `flatpak run jp.yvt.OpenSpades`

### On Linux (from source)
### On Unixes (from source)

#### Building
1. Install dependencies:
Expand All @@ -58,6 +58,14 @@ Once installed, you'll be able to launch OpenSpades from inside the desktop menu
freealut-devel xdg-utils freetype-devel opus-devel opusfile-devel \
libjpeg-devel libXinerama-devel libXft-devel cmake ImageMagick
```

*On FreeBSD*:
```
sudo pkg install gmake automake pkgconf glew openssl curl sdl2 sdl2-image \
freealut xdg-utils freetype2 opus opusfile jpeg-turbo libXinerama libXft \
cmake ImageMagick7
```

*On other distributions*:
Install corresponding packages from your repository (or compile from source).

Expand Down

0 comments on commit 7a97d0d

Please sign in to comment.