瀏覽代碼

Update README.md (#423)

Nikita N 4 年之前
父節點
當前提交
1392e1a9cb
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -8,7 +8,8 @@
 
 ## Building on Linux/OSX
 
-HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually disable the libraries you want to compile in Makefile. Here's the dependencies that you install in order to compile all the libraries:
+HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually disable the libraries you want to compile in Makefile.
+Here's the dependencies that you install in order to compile all the libraries:
 
   * fmt: libpng-dev libturbojpeg-dev libvorbis-dev
   * openal: libopenal-dev
@@ -16,12 +17,16 @@ HashLink is distributed with some graphics libraries allowing to develop various
   * ssl: libmbedtls-dev
   * uv: libuv1-dev
 
-To install all dependencies on the latest Ubuntu, for example:
+To install all dependencies on the latest **Ubuntu**, for example:
 
 `sudo apt-get install libpng-dev libturbojpeg-dev libvorbis-dev libopenal-dev libsdl2-dev libmbedtls-dev libuv1-dev`
 
 For 16.04, see [this note](https://github.com/HaxeFoundation/hashlink/issues/147).
 
+To install all dependencies on the latest **Fedora**, for example:
+
+`sudo dnf install libpng-devel turbojpeg-devel libvorbis-devel openal-soft-devel SDL2-devel mesa-libGLU-devel mbedtls-devel libuv-devel`
+
 **And on OSX:**
 
 `brew bundle` to install the dependencies listed in [Brewfile](Brewfile).