mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
Add Fedora dependency installation instructions (#38)
This commit is contained in:
parent
77be251978
commit
69d62f573a
|
@ -52,9 +52,13 @@ Linux
|
||||||
First of all please install library dependencies of lib gcc.
|
First of all please install library dependencies of lib gcc.
|
||||||
Use installation commands below for Ubuntu Linux:
|
Use installation commands below for Ubuntu Linux:
|
||||||
``` Bash
|
``` Bash
|
||||||
sudo apt install lib32gcc-5-dev
|
sudo apt install lib32gcc-5-dev g++-multilib
|
||||||
sudo apt-get install g++-multilib
|
|
||||||
```
|
```
|
||||||
|
Or in Fedora:
|
||||||
|
``` Bash
|
||||||
|
sudo dnf install glibc-devel.i686
|
||||||
|
```
|
||||||
|
|
||||||
After installing dependencies, build the source code:
|
After installing dependencies, build the source code:
|
||||||
``` Bash
|
``` Bash
|
||||||
cd core/iwasm/products/linux/
|
cd core/iwasm/products/linux/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user