From bd24fba40749bc328d70a6cd8b0d7ba48b655f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Wed, 11 Feb 2026 21:26:33 +0100 Subject: [PATCH] Update README --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 23497ca..942acdc 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ FITS/XISF image viewer with multithreaded image loading To get all dependencies install these packages - sudo apt install qt6-base-dev qt6-declarative-dev libqt6opengl6-dev libraw-dev libexif-dev libcfitsio-dev wcslib-dev cmake libzstd-dev libqt6sql6-sqlite + sudo apt install qt6-base-dev qt6-declarative-dev qt6-charts-dev libqt6opengl6-dev libraw-dev libexif-dev libcfitsio-dev wcslib-dev cmake libzstd-dev libqt6sql6-sqlite on OpenSUSE @@ -26,6 +26,10 @@ Then to build run standard cmake sequence cmake --build build ./build/tenmon +To install it to system run this command as root + + cmake --install build + For working plate solving you must have compiled and installed StellarSolver https://github.com/rlancaste/stellarsolver It is important that you compile StellarSolver with Qt6. By default it use Qt5 but when linked with Qt6 program it will crash.