We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6546c41 commit 4c69567Copy full SHA for 4c69567
1 file changed
external/qemu/install-deps.sh
@@ -18,6 +18,7 @@ if [[ "$ID" == "fedora" ]]; then
18
libcap-ng-devel \
19
libpmem-devel \
20
libseccomp-devel \
21
+ libslirp-devel \
22
libudev-devel \
23
meson \
24
ninja-build \
@@ -32,6 +33,7 @@ elif [[ "$ID_LIKE" == "debian" ]]; then
32
33
libglib2.0-dev \
34
libpixman-1-dev \
35
libseccomp-dev \
36
+ libslirp-dev \
37
38
ninja-build
39
)
0 commit comments