From 3cc0a3b9ee0f1ea7f6e68b35cb15297b29ae0adf Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Wed, 22 Mar 2017 21:46:21 +0100 Subject: [PATCH] Add stable release and master build requirement to install instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abe4d98..fa68f46 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,22 @@ e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_1`` ### Install BRouter-Web (client) -1. download BRouter-Web as subdirectory ``brouter-web`` of the ``brouter`` directory +1. download BRouter-Web as subdirectory ``brouter-web`` of the ``brouter`` directory + * using the latest stable release - adjust to current version number - from + https://github.com/nrenner/brouter-web/releases: + + wget https://github.com/nrenner/brouter-web/archive/0.6.3.zip + unzip 0.6.3.zip + mv brouter-web-0.6.3 brouter-web + + * OR the current development state (potentially instable and without runtime distributables): wget https://github.com/nrenner/brouter-web/archive/master.zip unzip master.zip mv brouter-web-master brouter-web + * build the distributable files required for runtime (only for development state), see section [Build](#build) + 2. configure URL to ``profiles2`` directory set ``BR.conf.profilesUrl`` in [config.js](config.js), e.g. uncomment: