diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 16:28:01 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 16:28:01 +0200 |
| commit | 8b8e88247b1aea04c1fad83209f7caec834904d5 (patch) | |
| tree | f91bd82c07c10da755e60669493de962728521bb /qt-quick/README.md | |
| parent | 97b5778172572504c8dfbe173b18281e786270c0 (diff) | |
| download | qt-experiments-8b8e88247b1aea04c1fad83209f7caec834904d5.tar.gz qt-experiments-8b8e88247b1aea04c1fad83209f7caec834904d5.zip | |
Diffstat (limited to 'qt-quick/README.md')
| -rw-r--r-- | qt-quick/README.md | 11 |
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 | |||
| 6 | It has been tested only on Linux with QT 6.9. | 6 | It has been tested only on Linux with QT 6.9. |
| 7 | Building requires CMake. | 7 | Building requires CMake. |
| 8 | 8 | ||
| 9 | To build this project, run | 9 | To build this project, first you have to initialize the `nissy-core` |
| 10 | submodule. From the parent directory run | ||
| 11 | |||
| 12 | ``` | ||
| 13 | git submodule init && git submodule update | ||
| 14 | ``` | ||
| 15 | |||
| 16 | This will clone the `nissy-core` repository inside the parent folder. | ||
| 17 | |||
| 18 | Then from this folder you can run | ||
| 10 | 19 | ||
| 11 | ``` | 20 | ``` |
| 12 | make | 21 | make |
