Nikita N 4 éve
szülő
commit
1392e1a9cb
1 módosított fájl, 7 hozzáadás és 2 törlés
  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).