update README
This commit is contained in:
parent
a81e3adae1
commit
4f5125cf22
@ -23,7 +23,6 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
|
|||||||
- **vtm** contains the core library
|
- **vtm** contains the core library
|
||||||
- **vtm-android** Android backend (no libgdx required)
|
- **vtm-android** Android backend (no libgdx required)
|
||||||
- **vtm-android-example** provides examples using **vtm-android**
|
- **vtm-android-example** provides examples using **vtm-android**
|
||||||
- **vtm-android-app** opensciencemap app using **vtm-android**
|
|
||||||
- **vtm-gdx** common libgdx backend code
|
- **vtm-gdx** common libgdx backend code
|
||||||
- **vtm-android-gdx** Android application
|
- **vtm-android-gdx** Android application
|
||||||
- **vtm-desktop** Desktop application
|
- **vtm-desktop** Desktop application
|
||||||
@ -35,7 +34,7 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
|
|||||||
|
|
||||||
`git clone --recursive https://github.com/opensciencemap/vtm`
|
`git clone --recursive https://github.com/opensciencemap/vtm`
|
||||||
|
|
||||||
Install Android SDK and build-tools 19.1. From extras add
|
Install Android SDK and build-tools 20.0. From extras add
|
||||||
'Android Support Library/Repository' and 'Google Repository'.
|
'Android Support Library/Repository' and 'Google Repository'.
|
||||||
The commands below should set things up correctly when Android
|
The commands below should set things up correctly when Android
|
||||||
SDK is already installed.
|
SDK is already installed.
|
||||||
@ -43,10 +42,6 @@ SDK is already installed.
|
|||||||
export ANDROID_HOME=/path/to/your/android-sdk
|
export ANDROID_HOME=/path/to/your/android-sdk
|
||||||
./android-stuff.sh
|
./android-stuff.sh
|
||||||
```
|
```
|
||||||
To use a different build-tools version X run:
|
|
||||||
```
|
|
||||||
find -name build.gradle | xargs sed -i 's/19\.1/19.X/g'
|
|
||||||
```
|
|
||||||
|
|
||||||
### Eclipse
|
### Eclipse
|
||||||
`./gradlew eclipse`<br/>
|
`./gradlew eclipse`<br/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user