From 326f395936ae75cdce90834f9d38406458067145 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 14 Jul 2024 22:04:36 +0200 Subject: [PATCH] fix: indicate libqt5gui dependency --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5307dc8..d882a8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Intro This is the GUI Interface to a proprietary server that interfaces with speech recognition backends. +# Dependencies + + apt-get install libqt5gui5 + ![GUI Main-Window](https://media.atlantishq.de/pictures/qt_client_dm.png) # Build on Linux