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 2020-01-19 15:33:02 +01:00 committed by GitHub
parent ac72e556b3
commit 57eaecd874

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 libisl15
apt install grub-pc-bin dosfstools make nasm qemu tree libisl15 parted
```
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.