From 8b8e88247b1aea04c1fad83209f7caec834904d5 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 25 Apr 2025 16:28:01 +0200 Subject: Updated build instructions --- qt-quick/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'qt-quick/README.md') 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 It has been tested only on Linux with QT 6.9. Building requires CMake. -To build this project, run +To build this project, first you have to initialize the `nissy-core` +submodule. From the parent directory run + +``` +git submodule init && git submodule update +``` + +This will clone the `nissy-core` repository inside the parent folder. + +Then from this folder you can run ``` make -- cgit v1.3