diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-09-06 15:14:42 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-09-06 15:14:42 +0200 |
| commit | e010c3ba9a58219ff0fdc92349d70d0feea715f2 (patch) | |
| tree | b3df113182563476ff34d9196a4019968697a68b | |
| parent | c2582930a75aa7564290d7ba6e1a7e5f93e73ffb (diff) | |
| download | snap-e010c3ba9a58219ff0fdc92349d70d0feea715f2.tar.gz snap-e010c3ba9a58219ff0fdc92349d70d0feea715f2.zip | |
add notes to dependencies and binaries
| -rwxr-xr-x[-rw-r--r--] | mobile.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mobile.sh b/mobile.sh index b794b52..0f660d1 100644..100755 --- 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 |
