Expand README to make it easier to build and run BRouter
This commit is contained in:
parent
3118dd4e76
commit
f5ee3ef6f0
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -10,10 +10,23 @@ For more infos see http://brouter.de/brouter
|
||||||
<a href="https://play.google.com/store/apps/details?id=btools.routingapp" target="_blank">
|
<a href="https://play.google.com/store/apps/details?id=btools.routingapp" target="_blank">
|
||||||
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="90"/></a>
|
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="90"/></a>
|
||||||
|
|
||||||
|
|
||||||
|
## Build and Install
|
||||||
|
|
||||||
Compile with (Java 6!):
|
Compile with (Java 6!):
|
||||||
|
|
||||||
> mvn clean install -Dandroid.sdk.path=<your-sdk-path>
|
> mvn clean install -Dandroid.sdk.path=<your-sdk-path>
|
||||||
|
|
||||||
|
To skip building for Android, add ``-pl '!brouter-routing-app'``.
|
||||||
|
|
||||||
|
Next, download one or more [data file(s)](http://brouter.de/brouter/segments4/) (rd5) into the ``misc/segments4`` directory.
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
On Linux:
|
||||||
|
> ./misc/scripts/standalone/server.sh
|
||||||
|
|
||||||
|
|
||||||
Related Projects
|
Related Projects
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue