File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Here we manually compile and install Qemu 7.0.0. For example, on Ubuntu 18.04:
5353# install dependency packages
5454$ sudo apt install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
5555 gawk build-essential bison flex texinfo gperf libtool patchutils bc \
56- zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3 python3-pip
56+ zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3 python3-pip ninja-build
5757# download Qemu source code
5858$ wget https://download.qemu.org/qemu-7.0.0.tar.xz
5959# extract to qemu-7.0.0/
@@ -67,9 +67,7 @@ $ make -j$(nproc)
6767Then, add following contents to ` ~/.bashrc ` (please adjust these paths according to your environment):
6868
6969```
70- export PATH=$PATH:/home/shinbokuow/Downloads/built/qemu-7.0.0
71- export PATH=$PATH:/home/shinbokuow/Downloads/built/qemu-7.0.0/riscv64-softmmu
72- export PATH=$PATH:/home/shinbokuow/Downloads/built/qemu-7.0.0/riscv64-linux-user
70+ export PATH=$PATH:/path/to/qemu-7.0.0/build
7371```
7472
7573Finally, update the current shell:
You can’t perform that action at this time.
0 commit comments