Browse Source

Update README.md (#423)

Nikita N 4 years ago
parent
commit
1392e1a9cb
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -8,7 +8,8 @@
 
 
 ## Building on Linux/OSX
 ## 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
   * fmt: libpng-dev libturbojpeg-dev libvorbis-dev
   * openal: libopenal-dev
   * openal: libopenal-dev
@@ -16,12 +17,16 @@ HashLink is distributed with some graphics libraries allowing to develop various
   * ssl: libmbedtls-dev
   * ssl: libmbedtls-dev
   * uv: libuv1-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`
 `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).
 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:**
 **And on OSX:**
 
 
 `brew bundle` to install the dependencies listed in [Brewfile](Brewfile).
 `brew bundle` to install the dependencies listed in [Brewfile](Brewfile).