From 3e31d88aa049d4356972df0cfec31642d4c153a4 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 11 Oct 2024 17:11:10 +0300 Subject: [PATCH] [docs] Add a reminder about C++ build env Signed-off-by: Konstantin Pastbin --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 0965d91b22..45ed243a46 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -40,7 +40,7 @@ Go into the cloned repository: cd organicmaps ``` -Configure the repository for an open source build: +Configure the repository (make sure you have a working C++ build environment): (if you plan to publish the app privately in stores check [special options](#special-cases-options)) @@ -665,4 +665,4 @@ Select "OMaps" product scheme. Compile and run the project ("Product" → "Run"). ## Map data and styles -See readme for the [map generator](https://github.com/organicmaps/organicmaps/blob/master/docs/MAPS.md) and [styles](https://github.com/organicmaps/organicmaps/blob/master/docs/STYLES.md) if you need to customize the map files and styles +See readme for the [map generator](https://github.com/organicmaps/organicmaps/blob/master/docs/MAPS.md) and [styles](https://github.com/organicmaps/organicmaps/blob/master/docs/STYLES.md) if you need to customize the map files and styles.