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
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-01-25 18:26:34 +0300
committerIlya Zverev <zverik@textual.ru>2016-01-25 18:26:34 +0300
commit9b88f92398bd673376260a1b92a848ff8dda9360 (patch)
tree5a63aba6c9fcc90d53085b2bb36cbb21b0713240 /docs/INSTALL.md
parent3f88eb4654e2a3bda632afd7c15034bdd47a0909 (diff)
[docs] Building on Fedora 23
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 1075095c1b..19b5625348 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -86,6 +86,16 @@ To build and run OSRM binaries:
sudo apt-get install libboost-filesystem-dev libboost-date-time-dev
tools/unix/build_omim.sh -o
+### Fedora 23
+
+Install dependencies:
+
+ dnf install clang qt5-qtbase-devel boost-devel libstdc++-devel
+
+Then do a git clone, run `configure.sh` and compile with linux-clang spec:
+
+ SPEC=linux-clang tools/unix/build_omim.sh -r
+
### Windows
We haven't compiled MAPS.ME on Windows in a long time, though it is possible. It is likely