Browse Source

Add Fedora dependency installation instructions (#38)

Andrew Brown 6 years ago
parent
commit
69d62f573a
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -52,9 +52,13 @@ Linux
 First of all please install library dependencies of lib gcc.
 Use installation commands below for Ubuntu Linux:
 ``` Bash
-sudo apt install lib32gcc-5-dev
-sudo apt-get install g++-multilib
+sudo apt install lib32gcc-5-dev g++-multilib
 ```
+Or in Fedora:
+``` Bash
+sudo dnf install glibc-devel.i686 
+```
+
 After installing dependencies, build the source code:
 ``` Bash
 cd core/iwasm/products/linux/