浏览代码

fix for setup-and-requirements.md

jklawreszuk 1 年之前
父节点
当前提交
5e5c149349
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      en/manual/platforms/linux/setup-and-requirements.md

+ 5 - 2
en/manual/platforms/linux/setup-and-requirements.md

@@ -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
 
@@ -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)
@@ -108,6 +110,7 @@ sudo dnf install freeimage-devel
 sudo pacman -S freeimage
 ```
 
+---
 
 ## See also