doc: show how to install prerequisites on FreeBSD (#1036)

master
David CARLIER 2022-08-11 16:27:05 +01:00 committed by GitHub
parent 8bdaeb06c1
commit 0f2db9e5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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:
@ -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).