Update README.md

This commit is contained in:
Adrien Bourmault 2020-06-01 22:19:00 +02:00
parent 5881cb46cc
commit dae7fcea87
1 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# OS-K-Cross-Compiler-Builder
# The OS/K cross compiler builder
The OS/K cross compiler builder script
To build the cross-cc, that will be located in the cross-cc directory :
```
make
```
## Dependencies
To install the dependencies, on a Debian/Ubuntu system :
```
sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo
```