ref: 15fbae9b5551976d427577181d199fe54422ce39
parent: aedb0ebd1d4c8aae4567a82d73fef6a8c8b25e3e
author: Licai Guo <[email protected]>
date: Wed Feb 19 11:54:23 EST 2014
fix typo
--- a/README.md
+++ b/README.md
@@ -53,20 +53,17 @@
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
+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'
+'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