ref: aedb0ebd1d4c8aae4567a82d73fef6a8c8b25e3e
parent: 89cd3cb5b666b45add36d3a1c78c850b27c987ca
author: Licai Guo <[email protected]>
date: Wed Feb 19 11:51:14 EST 2014
minor fix readme
--- a/README.md
+++ b/README.md
@@ -53,13 +53,20 @@
For Android Builds
------------------
-To build for android platform, You need to install android sdk and ndk. You also need to export <ANDROID_SDK>/tools to PATH. On Linux, this can be done by
-'export PATH=<ANDROID_SDK>/tools:$PATH'
+To build for android platform, You need to install android sdk and ndk. You also need to export **ANDROID_SDK>**/tools to PATH. On Linux, this can be done by
+
+'export PATH=**ANDROID_SDK>**/tools:$PATH'
+
The codec and demo can be built by
-'make OS=android NDKROOT=<ANDROID_NDK>'
+
+'make OS=android NDKROOT=**ANDROID_NDK>**'
+
You can also set ARCH, APILEVEL, GCCVERSION according to your device and NDK version.
+
ARCH specifies the architecture of android device. Currently only arm and x86 are supported, the default is arm.
+
APILEVEL specifies android api level, the api level can be 12-19, the default is 19.
+
GCCVERSION specifies which gcc in NDK is used, the default is 4.8.
For Windows Builds