You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/contribute/source/plugin/image.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ The WasmEdge Image plug-in is a software component that extends the functionalit
10
10
11
11
The prerequisites of the WasmEdge-Image plug-in is the same as the WasmEdge building environment on the [Linux platforms](../os/linux.md) or [MacOS platforms](../os/macos.md).
12
12
13
-
If developers build with their own environment, please ensure the `zlib` are installed.
13
+
If developers build with their own environment, please ensure the `zlib`and `libboost-all-dev`are installed.
14
14
15
15
```bash
16
16
sudo apt update
17
-
sudo apt install zlib1g-dev
17
+
sudo apt install zlib1g-dev libboost-all-dev
18
18
```
19
19
20
20
On MacOS platforms, the `libjpeg` and `libpng` are required.
Copy file name to clipboardexpand all lines: i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/plugin/image.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ The WasmEdge Image plug-in is a software component that extends the functionalit
10
10
11
11
The prerequisites of the WasmEdge-Image plug-in is the same as the WasmEdge building environment on the [Linux platforms](../os/linux.md) or [MacOS platforms](../os/macos.md).
12
12
13
-
If developers build with their own environment, please ensure the `zlib` are installed.
13
+
If developers build with their own environment, please ensure the `zlib`and `libboost-all-dev`are installed.
14
14
15
15
```bash
16
16
sudo apt update
17
-
sudo apt install zlib1g-dev
17
+
sudo apt install zlib1g-dev libboost-all-dev
18
18
```
19
19
20
20
On MacOS platforms, the `libjpeg` and `libpng` are required.
0 commit comments