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 (#32)

This commit is contained in:
Adrien Bourmault 2019-03-11 13:28:01 +01:00 committed by GitHub
parent a8ca22f150
commit b91b7adbe3

View File

@ -23,7 +23,7 @@ apt update && apt upgrade
apt install grub-pc dosfstools make nasm apt install grub-pc dosfstools make nasm
``` ```
You also need to have the [OS/K cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) in `/opt/cross-cc`. You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) in `/opt/cross-cc`.
To compile for the first time, you must compile the whole project, in order to build the loop disk image : To compile for the first time, you must compile the whole project, in order to build the loop disk image :