qt-experiments

Experiments with QT framework and nissy
git clone https://git.tronto.net/qt-experiments
Download | Log | Files | Refs | Submodules | README

commit 8b8e88247b1aea04c1fad83209f7caec834904d5
parent 97b5778172572504c8dfbe173b18281e786270c0
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 25 Apr 2025 16:28:01 +0200

Updated build instructions

Diffstat:
Mqt-quick/README.md | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git 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