aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@lwhsu.org>2017-09-08 09:06:53 +0800
committerLi-Wen Hsu <lwhsu@lwhsu.org>2017-09-08 09:10:02 +0800
commit22f8272a4b2d912498fc1432660334c6c4e44c57 (patch)
tree0aaba6dd7b97f57401cfbd855022f09ea463c0c2 /docs
parent0ed1da4a121a22d8b786fd5951a8c08c0ac12cae (diff)
docs: add more prerequisites on ubuntu
Diffstat (limited to 'docs')
-rw-r--r--docs/setup_ubuntu-host_qemu-vm_x86-64-kernel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
index 85af3f8ee..dd49d2389 100644
--- a/docs/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
+++ b/docs/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
@@ -33,7 +33,7 @@ index 3bca90a..fdaa7af 100644
Install GCC prerequisites:
```
-sudo apt-get install flex bison libc6-dev libc6-dev-i386 linux-libc-dev linux-libc-dev:i386 libgmp3-dev libmpfr-dev libmpc-dev
+sudo apt-get install flex bison libc6-dev libc6-dev-i386 linux-libc-dev linux-libc-dev:i386 libgmp3-dev libmpfr-dev libmpc-dev make bc g++
```
Build GCC: