15 lines
291 B
Markdown
15 lines
291 B
Markdown
|
# The OS/K cross compiler builder
|
||
|
|
||
|
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
|
||
|
```
|