To install the Mali OpenGL ES 2.0 SDK for Android on Linux:
If you wish to use the Eclipse build environment, download and install Eclipse from
http://www.eclipse.org/
. Eclipse version 3.5 (at least) is recommended.If you have not already done so, download and install the Java JDK.
Download and install the Android SDK and related tools listed in Installation requirements for Linux.
Run
android
from the Android SDK and install the following packages:Android SDK Platform-tools
Android 2.2 (API 8) and Android 2.3.3 (API 10).
Update the path to include the location of the Android SDK, Android NDK, and Ant software:
export PATH=$PATH:
android_sdk_path
/tools:android_sdk_path
/platform-tools:android_ndk_path
:ant_path
/binwhere:
android_sdk_path
is the path to the location where you installed the Android SDK
android_ndk_path
is the path to the location where you installed the Android NDK
ant_path
is the path to the location where you installed Ant.
Go to the Mali Developer Center web site at:
http://www.malideveloper.com
Download the tar file containing the Mali SDK for Android package:
Mali_OpenGL_ES_2.0_SDK_for_Android_v
m.n
.o
.p
_linux.tgzwhere:
m
identifies the major version
n
.o
.p
identifies the minor version.
Decompress the file:
open a command terminal and navigate to the directory where you have downloaded the package
type the following command:
tar -zxvf Mali_OpenGL_ES_2.0_SDK_for_Android_v
m.n
.o
.p
_linuxThe Mali SDK is installed in the following sub-folder:
Mali_OpenGL_2.0_ES_SDK_for_Android_v
m
.n
.o