aboutsummaryrefslogtreecommitdiff
path: root/qt-quick/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-25 16:28:01 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-25 16:28:01 +0200
commit8b8e88247b1aea04c1fad83209f7caec834904d5 (patch)
treef91bd82c07c10da755e60669493de962728521bb /qt-quick/README.md
parent97b5778172572504c8dfbe173b18281e786270c0 (diff)
downloadqt-experiments-master.tar.gz
qt-experiments-master.zip
Updated build instructionsHEADmaster
Diffstat (limited to 'qt-quick/README.md')
-rw-r--r--qt-quick/README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/qt-quick/README.md b/qt-quick/README.md
index 54c4136..e802e46 100644
--- a/qt-quick/README.md
+++ b/qt-quick/README.md
@@ -6,7 +6,16 @@ This is a UI for nissy written using
6It has been tested only on Linux with QT 6.9. 6It has been tested only on Linux with QT 6.9.
7Building requires CMake. 7Building requires CMake.
8 8
9To build this project, run 9To build this project, first you have to initialize the `nissy-core`
10submodule. From the parent directory run
11
12```
13git submodule init && git submodule update
14```
15
16This will clone the `nissy-core` repository inside the parent folder.
17
18Then from this folder you can run
10 19
11``` 20```
12make 21make

Generated with cgit - Back to sebastiano.tronto.net