From ae57d874f24dfe657009bd956413cf197e79fc77 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sun, 15 Oct 2023 22:59:35 +0200 Subject: [PATCH] Add new line to create a new paragraph Signed-off-by: Simon Schaufelberger --- docs/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8b0f436857..a5f05ba4f5 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -367,9 +367,11 @@ Setup a virtual device to use [emulator](https://developer.android.com/studio/ru If using an emulator, make sure to choose a system image with API Level 31. Use ABI _x86_64_ for Intel-based processors and _arm64-v8a_ for ARM-based processors (e.g. M1/M2 Macs). Android Studio has issues in parsing the C++ part of the project, please let us know if you know how to resolve it. As a workaround, for working C++ suggestions, you may use: + - [Qt Creator](https://www.qt.io/product/development-tools) - [Xcode](https://developer.apple.com/xcode/) - [CLion](https://www.jetbrains.com/clion/) + For Xcode it is required to run `cmake . -g Xcode` to generate project files, while CLion and QT Creator can import CMakeLists.txt.