Update README.md

This commit is contained in:
Adrien Bourmault 2019-06-02 12:04:28 +02:00 committed by GitHub
parent 2f35387e92
commit 4c04399b97
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ To compile this project from sources, you must first install the dependencies
```
apt update && apt upgrade
apt install grub-pc-bin dosfstools make nasm qemu tree
apt install grub-pc-bin dosfstools make nasm qemu tree libisl15
```
You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) and its ``bin`` directory in your PATH.