diff options
| author | Andrey Konovalov <andreyknvl@gmail.com> | 2017-09-08 13:23:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-08 13:23:47 +0200 |
| commit | dffc4ce15b54f5f0b01046de220817a8a8ad1a7c (patch) | |
| tree | 0aaba6dd7b97f57401cfbd855022f09ea463c0c2 /docs | |
| parent | 0ed1da4a121a22d8b786fd5951a8c08c0ac12cae (diff) | |
| parent | 22f8272a4b2d912498fc1432660334c6c4e44c57 (diff) | |
Merge pull request #372 from lwhsu/ubuntu-setup-fix
docs: add more prerequisites on ubuntu
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 |
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: |
