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.