aboutsummaryrefslogtreecommitdiff
path: root/README_Streamline.txt
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2012-03-01 12:00:00 -0800
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:24:06 -0800
commit3de04f9cecf0d50e895f9fe0164ecbbbae997319 (patch)
tree9bc04b0b4ad5b313559479d6bd12942961017b7d /README_Streamline.txt
parent689b7539711ab098911503808cc3e24307d9bcf7 (diff)
gator: Version 5.95.9
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'README_Streamline.txt')
-rw-r--r--README_Streamline.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/README_Streamline.txt b/README_Streamline.txt
index f9edf11..963277e 100644
--- a/README_Streamline.txt
+++ b/README_Streamline.txt
@@ -59,13 +59,15 @@ If successful, a gator.ko module should be generated
*** Building the gator daemon ***
cd /path/to/gator/daemon-src
-tar -xzf gator-daemon.tar.gz
-For Linux,
- build with 'make'
-For Android,
+tar -xzf gator-daemon.tar.gz (may need to issue with 'sudo')
+For Linux targets,
+ cd gator-daemon
+ make
+ gatord should now be created
+For Android targets (install the android ndk, see developer.android.com)
mv gator-daemon jni
- install the android ndk, see developer.android.com
- /path/to/ndk/ndk-build
+ ndk-build
+ or execute /path/to/ndk/ndk-build if the ndk is not on your path
gatord should now be created and located in libs/armeabi
*** Running gator ***