New cross-compiler

This commit is contained in:
Adrien Bourmault 2020-06-01 23:22:31 +02:00
parent 1cbc4d8af4
commit 95aa97bc95
No known key found for this signature in database
GPG Key ID: AFEE5788AEE3F4EC
1 changed files with 2 additions and 2 deletions

View File

@ -23,13 +23,13 @@ apt update && apt upgrade
apt install grub-pc-bin dosfstools make nasm qemu tree libisl15 parted udisks2
```
You also need to have the [x86-64 ELF gcc cross-compiler](https://gitlab.os-k.eu/os-k-team/cross-cc-builder/uploads/fcb43b0cc04c75ff89e40b4b24567484/cross-cc.tar.xz) and its ``bin`` directory in your PATH.
To compile, simply use at the root of this project :
```
make
```
The OS/K cross-compiler will automatically be installed.
To compile and test, simply use at the root of this project :
```
make test