diff options
Diffstat (limited to '')
| -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 |
