Skip to content

Commit

Permalink
Update build instructions on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Aug 6, 2024
1 parent fc3d21b commit 7d42327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -152,7 +152,7 @@ Steps to build and run Input:
5. Run Input

```
./app/input
./app/Input
```


Expand Down

0 comments on commit 7d42327

Please sign in to comment.