Merge pull request #19 from unasuke/update_readme_qemu

Add qemu-user-static to dependencies
This commit is contained in:
Takumi Sueda 2021-05-09 00:55:18 +09:00 committed by GitHub
commit ccd1d72e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Getting Started
1. Install dependencies.
```
$ sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi
$ sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static
```
1. Clone this repository with recursive clone enabled.