From 5018c5eb6a4059c54da217263a6cb762c63b65c7 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 1 Jun 2019 23:47:32 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65a9438..d930f2f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ apt install grub-pc-bin dosfstools make nasm qemu tree ``` 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 :