We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b353bc commit 0ed955dCopy full SHA for 0ed955d
2 files changed
gitbook/basics/getting-started/host_prerequsites.md
@@ -11,7 +11,7 @@ apt-get update \
11
libgcc-9-dev lib32gcc-9-dev lsb-release \
12
ninja-build ocaml ocamlbuild python2.7 \
13
software-properties-common tree tzdata \
14
- unzip valgrind vim wget zip --no-install-recommen
+ unzip valgrind vim wget zip --no-install-recommends
15
```
16
17
Then install CMake and wasi-sdk-16.0
gitbook/basics/getting-started/on_host.md
@@ -14,7 +14,7 @@ make
Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
```sh
-cp iwasm ../../app-samples/hello-world
+cp iwasm ../../../app-samples/hello-world
18
cd ${WAMR-dir}/product-mini/app-samples/hello-world
19
./build.sh
20
0 commit comments