Create README.MD
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user