Skip to content

Commit 36ee49b

Browse files
committed
Updated build commands to align with wasip1 changes
1 parent 81d060d commit 36ee49b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/quickstart/first-app/first-container/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Let's build your first Ocre container using the "*hello-world*" sample applicati
3030
2. **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

docs/samples/blinky/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd samples/blinky
2424
**2.** Next, build the blinky sample using the following commands:
2525
```
2626
mkdir build && cd build
27-
cmake -DWASI_SDK_DIR=/opt/wasi-sdk -DCMAKE_TOOLCHAIN_FILE=/opt/wamr-sdk/app-sdk/wamr_toolchain.cmake ..
27+
cmake ..
2828
make
2929
```
3030

docs/samples/hello-world/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd samples/hello-world
2424
**2.** Next, build the hello world sample using the following commands:
2525
```
2626
mkdir build && cd build
27-
cmake -DWASI_SDK_DIR=/opt/wasi-sdk -DCMAKE_TOOLCHAIN_FILE=/opt/wamr-sdk/app-sdk/wamr_toolchain.cmake ..
27+
cmake ..
2828
make
2929
```
3030

0 commit comments

Comments
 (0)