Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-11-05 00:08:41 +0300
committerIlya Zverev <zverik@textual.ru>2015-11-05 00:12:50 +0300
commit723f1b6fea866c0c559a0895ad2acab49fdab37f (patch)
treebd300eb8ace68cb2e5e79cc8a38b72331eb7599f /docs
parent488a71d5d588bddf563314d9b3b54e3988e427a6 (diff)
Update documentation, git modules and configure.sh
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 28fbec63bd..973bd7b3b7 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -51,23 +51,27 @@ Install Qt 5.5:
sudo apt-get install qt55base
source /opt/qt55/bin/qt55-env.sh
-To run OSRM binaries, you'll need:
-
- sudo apt-get install libtbb2 libluabind0.9.1 liblua50 libstxxl1
-
Do a git clone:
- git clone git@github.com:mapsme/omim.git
+ git clone --depth=1 --recursive https://github.com/mapsme/omim.git
cd omim
echo | ./configure.sh
Then:
- sudo apt-get install clang-3.5 libboost-iostreams-dev libglu1-mesa-dev
- sudo apt-get install libtbb-dev libluabind-dev libstxxl-dev libosmpbf-dev libprotobuf-dev
+ sudo apt-get install clang-3.5 libc++-dev libboost-iostreams-dev libglu1-mesa-dev
sudo ln -s /usr/lib/llvm-3.5/bin/clang /usr/bin/clang
sudo ln -s /usr/lib/llvm-3.5/bin/clang++ /usr/bin/clang++
- omim/tools/unix/build_omim.sh
+ tools/unix/build_omim.sh
+
+Prepend with `CONFIG=gtool` if only generator_tool is needed. You would need 1.5 GB of memory
+to compile `stats` module.
+
+To build and run OSRM binaries:
+
+ sudo apt-get install libtbb2 libluabind0.9.1 liblua50 libstxxl1
+ sudo apt-get install libtbb-dev libluabind-dev libstxxl-dev libosmpbf-dev libprotobuf-dev
+ tools/unix/build_omim.sh -o
### Windows