From 7d423277be37df594865e4849dd3089452ec3d76 Mon Sep 17 00:00:00 2001 From: Valentin Buira Date: Tue, 6 Aug 2024 15:05:15 +0200 Subject: [PATCH] Update build instructions on Ubuntu --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 342617828..da91141ff 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -143,7 +143,7 @@ Steps to build and run Input: cmake -G Ninja \ -DCMAKE_PREFIX_PATH=~/Qt/6.6.3/gcc_64 \ -DINPUT_SDK_PATH=~/input-sdk/x64-linux \ - -DQGIS_QUICK_DATA_PATH=~/input/app/android/assets/qgis-data \ + -DQGIS_QUICK_DATA_PATH=../app/android/assets/qgis-data \ -DUSE_MM_SERVER_API_KEY=FALSE \ .. ninja @@ -152,7 +152,7 @@ Steps to build and run Input: 5. Run Input ``` - ./app/input + ./app/Input ```