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:
authorAlex Zolotarev <alex@maps.me>2015-11-15 23:05:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-15 23:05:47 +0300
commita79a54e236325cf73baf2a4693d3e4903d734aa2 (patch)
tree9c584bca923000ae4450e69da345507b02099804 /docs
parent723f9abd1e57392572c219a1104c3c741d0d62a3 (diff)
parent8af8a284321a6aa663ad9e581a3a70197aa20c7a (diff)
Merge pull request #528 from kw217/docs-fixes-kw217
Minor install docs fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index c8105661db..76cde525be 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -49,6 +49,9 @@ Install Qt 5.5:
sudo add-apt-repository ppa:beineri/opt-qt55-trusty
sudo apt-get update
sudo apt-get install qt55base
+
+Set up the Qt 5.5 environment:
+
source /opt/qt55/bin/qt55-env.sh
Do a git clone:
@@ -57,6 +60,11 @@ Do a git clone:
cd omim
echo | ./configure.sh
+On Ubuntu 14.04, you'll need a PPA with an up-to-date version of libc++.
+You shouldn't need this on newer versions.
+
+ sudo add-apt-repository ppa:jhe/llvm-toolchain
+
Then:
sudo apt-get install clang-3.5 libc++-dev libboost-iostreams-dev libglu1-mesa-dev
@@ -67,6 +75,9 @@ Then:
Prepend with `CONFIG=gtool` if only generator_tool is needed. You would need 1.5 GB of memory
to compile `stats` module.
+The generated binaries appear in `omim-build-<flavour>/out/<flavour>/`.
+Run tests from this directory with `../../../omim/tools/unix/run_tests.sh`.
+
To build and run OSRM binaries:
sudo apt-get install libtbb2 libluabind0.9.1 liblua50 libstxxl1