1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Update README.md

This commit is contained in:
Adrien Bourmault 2019-06-01 23:47:32 +02:00 committed by GitHub
parent 1ca7281cae
commit 5018c5eb6a

View File

@ -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]() 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. Place its ``bin`` directory in your PATH.
To compile, simply use at the root of this project : To compile, simply use at the root of this project :