Skip to content

Commit cfc06e5

Browse files
authored
Update README.md
1 parent 902c4a2 commit cfc06e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
6767
Then, 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

7573
Finally, update the current shell:

0 commit comments

Comments
 (0)