cross-cc-builder/README.md

15 lines
291 B
Markdown
Raw Permalink Normal View History

2020-06-01 22:19:00 +02:00
# The OS/K cross compiler builder
2020-06-01 18:16:08 +02:00
2020-06-01 22:19:00 +02:00
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
```