summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-02-09 04:41:55 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-02-09 04:41:55 -0800
commit3cad69c4cfa5a5308f7383471c6559145122609e (patch)
treeece2bbc433198edc7042ff2289a8358e862a3f27
parent94204089ead117ebd292be694a933b242dbde61d (diff)
parent750256c9396b5ad5e55403b4b235e0062c28b495 (diff)
downloadmruby-3cad69c4cfa5a5308f7383471c6559145122609e.tar.gz
mruby-3cad69c4cfa5a5308f7383471c6559145122609e.zip
Merge pull request #832 from bovi/compile-readme
Add documentation for Android toolchain
-rw-r--r--doc/compile/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index c6ab2f584..ce968b36e 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -64,6 +64,15 @@ Toolchain configuration for Visual Studio 2012 on Windows.
toolchain :vs2012
+#### Android
+
+Toolchain configuration for Android.
+
+ toolchain :androideabi
+
+Requires the custom standalone Android NDK and the toolchain path
+in ```ANDROID_STANDALONE_TOOLCHAIN```.
+
### Binaries
It is possible to select which tools should be compiled during the compilation