From e010c3ba9a58219ff0fdc92349d70d0feea715f2 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 6 Sep 2014 15:14:42 +0200 Subject: add notes to dependencies and binaries --- mobile.sh | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 mobile.sh diff --git a/mobile.sh b/mobile.sh old mode 100644 new mode 100755 index b794b52..0f660d1 --- a/mobile.sh +++ b/mobile.sh @@ -1,4 +1,11 @@ #!/bin/bash + +# Requirements: +# git, nodejs, android SDK / other platform(s) +# cordova (https://cordova.apache.org/) + +# binaries are in platform/android/ant-build/Snap-debug.apk + cordova create Snap-Mobile edu.berkeley.snap "Snap\!" cd Snap-Mobile rm -rf www config.xml -- cgit v1.3.1