From f5ee3ef6f09babe6dc6bf3ef7b2bacc70dd52557 Mon Sep 17 00:00:00 2001 From: Henrik Fehlauer Date: Thu, 30 May 2019 23:52:59 +0200 Subject: [PATCH] Expand README to make it easier to build and run BRouter --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 769f001..4b33bad 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,23 @@ For more infos see http://brouter.de/brouter Get it on Google Play + +## Build and Install + Compile with (Java 6!): > mvn clean install -Dandroid.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 ================