Update README.md

This commit is contained in:
Adrien Bourmault 2019-06-01 23:47:08 +02:00 committed by GitHub
parent 3ba84e3fe3
commit 1ca7281cae
1 changed files with 3 additions and 2 deletions

View File

@ -18,14 +18,15 @@ tabulation being 4 spaces long.
#### Compile from sources
To compile this project from sources, you must first install the dependencies
To compile this project from sources (on Debian), you must first install the dependencies
```
apt update && apt upgrade
apt install grub-pc-bin dosfstools make nasm qemu tree
```
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.
You also need to have one of these x86-64 ELF cross-compiler, depending on your system: [GCC 7 cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) or [GCC 8 cross-compiler]()
Place its ``bin`` directory in your PATH.
To compile, simply use at the root of this project :
```