aboutsummaryrefslogtreecommitdiff
path: root/README_Streamline.txt
diff options
context:
space:
mode:
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 ***