Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update setup-and-requirements.md #299

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions en/manual/platforms/linux/setup-and-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You need the following packages:
* [FreeType](#freetype)
* [OpenAL](#openal)
* [SDL2](#sdl2)
* [Latest .NET](https://dotnet.microsoft.com/en-us/download)
* [FreeImage](#freeimage)

## FreeType

Expand Down Expand Up @@ -85,9 +85,11 @@ sudo dnf install SDL2-devel
sudo pacman -S sdl2
```

---

## FreeImage

FreeImage is battle-tested library for loading and saving popular image file formats like BMP, PNG, JPEG etc. The minimum required version is 3.18 and can be installed via:
[FreeImage](https://freeimage.sourceforge.io/) is battle-tested library for loading and saving popular image file formats like BMP, PNG, JPEG etc. The minimum required version is 3.18 and can be installed via:


### [Debian / Ubuntu](#tab/freeimage-ubuntu)
Expand All @@ -108,6 +110,7 @@ sudo dnf install freeimage-devel
sudo pacman -S freeimage
```

---

## See also

Expand Down