From eacef1f66d59f5a44a16d32fc882d505a6fa38db Mon Sep 17 00:00:00 2001 From: zyphlar Date: Sat, 25 May 2024 23:42:46 -0700 Subject: [PATCH] Python3 dependency Compiling on Nixos (Linux) and got ``` CMake Error at CMakeLists.txt:309 (message): Could not find python3 to use in qt/, shaders/ and 3party/. ``` Worth specifying all dependencies -- if this isn't required for Windows or something we can say so of course. Signed-off-by: zyphlar --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 0ff61dee55..e7b432d125 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -383,7 +383,7 @@ The `build_omim.sh` script basically runs these commands: Linux, MacOS, or Windows should work to build Organic Maps for Android. -Ensure that you have at least 30GB of free space. +Ensure that you have at least 30GB of free space and Python 3 installed. Install [Android Studio](https://developer.android.com/studio).