From 65cf14a6b36d48150619ccba0416c2a7d87f213b Mon Sep 17 00:00:00 2001 From: wangpc Date: Wed, 10 Apr 2024 13:50:34 +0800 Subject: Enable user mode network backend support in qemu If `libslirp` is found during configuration, it will be enabled. So we just need install `libslirp` before building. --- .github/setup-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/setup-apt.sh b/.github/setup-apt.sh index a470961..fb118fe 100755 --- a/.github/setup-apt.sh +++ b/.github/setup-apt.sh @@ -6,4 +6,4 @@ apt update apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev \ libgmp-dev gawk build-essential bison flex texinfo gperf libtool \ patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \ - device-tree-compiler python3-pyelftools + device-tree-compiler python3-pyelftools libslirp-dev -- cgit v1.1