mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
Revert "Update README.md"
This reverts commit 0409ebb320ad83b9e23c17ed2a3d653c14726d7f.
This commit is contained in:
parent
8aa59927a5
commit
3e9b30a9aa
@ -18,15 +18,14 @@ tabulation being 4 spaces long.
|
|||||||
|
|
||||||
#### Compile from sources
|
#### Compile from sources
|
||||||
|
|
||||||
To compile this project from sources (on Debian), you must first install the dependencies
|
To compile this project from sources, you must first install the dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
apt update && apt upgrade
|
apt update && apt upgrade
|
||||||
apt install grub-pc-bin dosfstools make nasm qemu tree
|
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 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.
|
||||||
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 :
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user