summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-01-21 11:54:39 +0800
committerDaniel Bovensiepen <[email protected]>2013-01-21 11:54:39 +0800
commit2b3fe91b8209de4fb2be7bb953cbb9445cbe31f6 (patch)
tree00a287a4c765602c8fcc199b9ff74d57ba148486 /doc
parent8721f891298a9753c96514401de70c81be755c74 (diff)
downloadmruby-2b3fe91b8209de4fb2be7bb953cbb9445cbe31f6.tar.gz
mruby-2b3fe91b8209de4fb2be7bb953cbb9445cbe31f6.zip
Beautify the graphs in the compilation documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/compile/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index fb1b73cfb..a1c915a0e 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -249,10 +249,12 @@ link with *build/host/lib/libmruby.a*
* create ```build/host/bin/mirb``` by compile *tools/mirb/mirb.c* and
link with *build/host/lib/libmruby.a*
+```
_____ _____ ______ ____ ____ _____ _____ ____
| CC |->|GEN |->|AR |->|CC |->|CC |->|AR |->|CC |->|CC |
| *.c | |y.tab| |core.a| |mrbc| |*.rb| |lib.a| |mruby| |mirb|
----- ----- ------ ---- ---- ----- ----- ----
+```
### Cross-Compilation
@@ -326,6 +328,7 @@ link with *build/i386/lib/libmruby.a*
* create ```build/i386/bin/mrbc``` by cross-compile *tools/mrbc/mrbc.c* and
link with *build/i386/lib/libmruby_core.a*
+```
_____________________________________________________________
| Native Compilation for Host System |
| _____ ______ _____ ____ ____ _____ |
@@ -343,6 +346,7 @@ link with *build/i386/lib/libmruby_core.a*
|| *.c | |lib.a| |mruby| |mirb| |core.a| |mrbc ||
| ----- ----- ----- ---- ------ ----- |
--------------------------------------------------------------
+```
## Test Environment