source: gs3-extensions/i-jetty/trunk/src/setup.bat@ 23882

Last change on this file since 23882 was 23882, checked in by davidb, 13 years ago

Initial cut at support scripts to install Greenstone 3 on an Android device

File size: 268 bytes
Line 
1@echo off
2
3pushd "%CD%"
4CD /D "%~dp0"
5set IJETTY_HOME=%CD%
6popd
7
8set ANDROID_HOME=C:\Program Files\Android SDK\android-sdk-windows
9
10set PATH=%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;%PATH%
11
12echo + Your environment has now been set up to run the Android SDK
13
Note: See TracBrowser for help on using the repository browser.