From 42a4b77fcd9ed7cef1d6ae8329d3e121b3efe95c Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 9 Apr 2019 20:54:35 +0200 Subject: [PATCH] Create README.MD --- README.MD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..7a33286 --- /dev/null +++ b/README.MD @@ -0,0 +1,19 @@ +### **Innovative building DANiO gcc cross-toolchain collections** +To build for i386 host use: +``` +git clone https://github.com/danielkot/danio-gcc +cd danio-gcc +./runit-all.sh 32 +``` + +To build for x86_64 host use: +``` +git clone https://github.com/danielkot/danio-gcc +cd danio-gcc +./runit-all.sh 64 +``` +and wait several hours to compile for many arches (look at `runit-all.sh`) + +--- + +[My continuous untegration at CircleCi](https://circleci.com/gh/danielkot/danio-gcc)