From dae7fcea8795b8ec36d6437b849b7f0ca34e7e72 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 1 Jun 2020 22:19:00 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f219272..a52ca43 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# OS-K-Cross-Compiler-Builder +# The OS/K cross compiler builder -The OS/K cross compiler builder script \ No newline at end of file +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 +``` \ No newline at end of file