source: other-projects/tipple-android/mapsforge/SETUP.sh@ 29075

Last change on this file since 29075 was 29075, checked in by davidb, 10 years ago

Tarred up files of mapsforge 0.3.1 (and setup files and maven to compile it 'mvn clean install') mapsforge. This version is one 'tick' higher than we currently use, but includes some important bug fixes. The Tipple code would need some recoding to start using it.

File size: 262 bytes
Line 
1
2export MAVEN_HOME=`pwd`/apache-maven-3.2.1
3
4export PATH=$MAVEN_HOME/bin:$PATH
5
6echo "+ Set MAVEN_HOME to:"
7echo "+ $MAVEN_HOME"
8echo "+ and updated PATH"
9
10export PATH="/cygdrive/c/Program Files/Java/jdk1.6.0_25/bin:$PATH"
11echo "+ Added JDK 1.6 javac to PATH"
Note: See TracBrowser for help on using the repository browser.