Last change
on this file since 29075 was 29075, checked in by davidb, 9 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 |
|
---|
2 | export MAVEN_HOME=`pwd`/apache-maven-3.2.1
|
---|
3 |
|
---|
4 | export PATH=$MAVEN_HOME/bin:$PATH
|
---|
5 |
|
---|
6 | echo "+ Set MAVEN_HOME to:"
|
---|
7 | echo "+ $MAVEN_HOME"
|
---|
8 | echo "+ and updated PATH"
|
---|
9 |
|
---|
10 | export PATH="/cygdrive/c/Program Files/Java/jdk1.6.0_25/bin:$PATH"
|
---|
11 | echo "+ Added JDK 1.6 javac to PATH"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.