mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +00:00
fix iwasm build path (#8)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
89ad7dc101
commit
13db1976af
|
@ -54,7 +54,7 @@ sudo apt-get install g++-multilib
|
||||||
```
|
```
|
||||||
After installing dependencies, build the source code:
|
After installing dependencies, build the source code:
|
||||||
``` Bash
|
``` Bash
|
||||||
cd products/linux/
|
cd core/iwasm/products/linux/
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
Loading…
Reference in New Issue
Block a user