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:
authorpshem <ppikula@rocketmail.com>2020-02-25 23:48:39 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2020-02-26 19:15:44 +0300
commit3aa2eb5869d8309a1fb2cd01b756d5f99203a5a7 (patch)
treef37660a4e29f6200912ceb7963e644fa52855712 /docs
parentafe65870e5c3548b997a9f06d965f14d00a99c0a (diff)
Mention the requirement for libsqlite3-dev
Fix #12649 by adding an additional dependency needed to build the `generator_tool`
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index c5386427ff..63d9561d65 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -39,11 +39,12 @@ is preferred, but GCC 6+ would also work.
### Ubuntu 16.04
-Install Qt 5, CMake and Clang:
+Install Qt 5, CMake, Clang and SQLite:
sudo apt-get update
sudo apt-get install qtbase5-dev cmake
sudo apt-get install clang libc++-dev libboost-iostreams-dev libglu1-mesa-dev
+ sudo apt-get install libsqlite3-dev
Do a git clone: