summaryrefslogtreecommitdiff
path: root/compile.sh
AgeCommit message (Collapse)Author
2013-11-26Tests can be run from cli.Parménides GV
Command: cd tests && ./run.sh
2013-11-13updated to target version 17cyBerta
2013-11-13compile.sh compiles openvpn binaries if necessary.Parménides GV
2013-11-13We need API 15 installed.Parménides GV
2013-11-13Changed some documentation and scripts.Parménides GV
2013-11-09Changed some documentation and scripts.Parménides GV
2013-07-25Updated compile.sh to target api-17Parménides GV
2013-05-29Setting the name and the target in compile.shParménides GV
Name is mandatory, if not provided android chooses "MainActivity" and adb install command fails because "LEAP Android-debug.apk" does not exist. Target is not mandatory, but for future references (if anybody wants to change the target, they can do it easier) I've added that flag to the command.
2013-05-29README now suggest to use scripts.Parménides GV
I've entered a new script: compile.sh I've also simlinked README.txt to README. In the future, if we want to write another file in another format (MarkDown?), we will only have to change the target of the README file.