From 9b88f92398bd673376260a1b92a848ff8dda9360 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Mon, 25 Jan 2016 18:26:34 +0300 Subject: [PATCH] [docs] Building on Fedora 23 --- docs/INSTALL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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