ref: b20728cc8c15b9308dd7b7f17c099a58f642e81b
parent: 89cd3cb5b666b45add36d3a1c78c850b27c987ca
parent: 15fbae9b5551976d427577181d199fe54422ce39
author: Ethan Hugg <ethanhugg@gmail.com>
date: Wed Feb 19 12:01:02 EST 2014
Merge pull request #316 from licaiguo/fix-readme Fix readme
--- a/README.md
+++ b/README.md
@@ -53,10 +53,14 @@
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.