File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
quickstart/first-app/first-container Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Let's build your first Ocre container using the "*hello-world*" sample applicati
30302 . ** Build the WASM Module**
3131 ```
3232 mkdir build && cd build
33- cmake -DWASI_SDK_DIR=/opt/wasi-sdk -DCMAKE_TOOLCHAIN_FILE=/opt/wamr-sdk/app-sdk/wamr_toolchain.cmake ..
33+ cmake ..
3434 make
3535 ```
3636
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cd samples/blinky
2424** 2.** Next, build the blinky sample using the following commands:
2525```
2626mkdir build && cd build
27- cmake -DWASI_SDK_DIR=/opt/wasi-sdk -DCMAKE_TOOLCHAIN_FILE=/opt/wamr-sdk/app-sdk/wamr_toolchain.cmake ..
27+ cmake ..
2828make
2929```
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cd samples/hello-world
2424** 2.** Next, build the hello world sample using the following commands:
2525```
2626mkdir build && cd build
27- cmake -DWASI_SDK_DIR=/opt/wasi-sdk -DCMAKE_TOOLCHAIN_FILE=/opt/wamr-sdk/app-sdk/wamr_toolchain.cmake ..
27+ cmake ..
2828make
2929```
3030
You can’t perform that action at this time.
0 commit comments