Commit 2b3fe91b authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Beautify the graphs in the compilation documentation

parent 8721f891
...@@ -249,10 +249,12 @@ link with *build/host/lib/libmruby.a* ...@@ -249,10 +249,12 @@ link with *build/host/lib/libmruby.a*
* create ```build/host/bin/mirb``` by compile *tools/mirb/mirb.c* and * create ```build/host/bin/mirb``` by compile *tools/mirb/mirb.c* and
link with *build/host/lib/libmruby.a* link with *build/host/lib/libmruby.a*
```
_____ _____ ______ ____ ____ _____ _____ ____ _____ _____ ______ ____ ____ _____ _____ ____
| CC |->|GEN |->|AR |->|CC |->|CC |->|AR |->|CC |->|CC | | CC |->|GEN |->|AR |->|CC |->|CC |->|AR |->|CC |->|CC |
| *.c | |y.tab| |core.a| |mrbc| |*.rb| |lib.a| |mruby| |mirb| | *.c | |y.tab| |core.a| |mrbc| |*.rb| |lib.a| |mruby| |mirb|
----- ----- ------ ---- ---- ----- ----- ---- ----- ----- ------ ---- ---- ----- ----- ----
```
### Cross-Compilation ### Cross-Compilation
...@@ -326,6 +328,7 @@ link with *build/i386/lib/libmruby.a* ...@@ -326,6 +328,7 @@ link with *build/i386/lib/libmruby.a*
* create ```build/i386/bin/mrbc``` by cross-compile *tools/mrbc/mrbc.c* and * create ```build/i386/bin/mrbc``` by cross-compile *tools/mrbc/mrbc.c* and
link with *build/i386/lib/libmruby_core.a* link with *build/i386/lib/libmruby_core.a*
```
_____________________________________________________________ _____________________________________________________________
| Native Compilation for Host System | | Native Compilation for Host System |
| _____ ______ _____ ____ ____ _____ | | _____ ______ _____ ____ ____ _____ |
...@@ -343,6 +346,7 @@ link with *build/i386/lib/libmruby_core.a* ...@@ -343,6 +346,7 @@ link with *build/i386/lib/libmruby_core.a*
|| *.c | |lib.a| |mruby| |mirb| |core.a| |mrbc || || *.c | |lib.a| |mruby| |mirb| |core.a| |mrbc ||
| ----- ----- ----- ---- ------ ----- | | ----- ----- ----- ---- ------ ----- |
-------------------------------------------------------------- --------------------------------------------------------------
```
## Test Environment ## Test Environment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment