Skip to content

Commit ab3d235

Browse files
committed
Update README.md
1 parent 56277b3 commit ab3d235

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,7 @@ export PATH=`pwd`/x86_64-linux-musl-cross/bin:`pwd`/aarch64-linux-musl-cross/bin
6060
```
6161

6262
#### 2. Dependencies for running apps
63-
64-
```bash
65-
# install qemu-9.2.1 from the source code
66-
sudo apt update
67-
sudo apt install -y \
68-
build-essential git pkg-config libglib2.0-dev libpixman-1-dev libfdt-dev \
69-
libaio-dev libcap-ng-dev libseccomp-dev libattr1-dev libcurl4-openssl-dev \
70-
libgtk-3-dev libvte-2.91-dev libspice-server-dev libusb-1.0-0-dev \
71-
libncurses5-dev zlib1g-dev libssl-dev python3
72-
73-
wget https://download.qemu.org/qemu-9.2.1.tar.xz
74-
tar xf qemu-9.2.1.tar.xz \
75-
&& cd qemu-9.2.1 \
76-
&& ./configure --prefix=/qemu-bin-9.2.1 \
77-
--target-list=loongarch64-softmmu,riscv64-softmmu,aarch64-softmmu,x86_64-softmmu,loongarch64-linux-user,riscv64-linux-user,aarch64-linux-user,x86_64-linux-user \
78-
--enable-gcov --enable-debug --enable-slirp \
79-
&& make -j$(nproc) \
80-
&& make install
81-
```
63+
Note: If the developer want to install qemu from the source code, please refer to `.devcontainer/Dockerfile`.
8264

8365
```bash
8466
# for Debian/Ubuntu

0 commit comments

Comments
 (0)