From 748f5fac033a5e843b2627553a6f3983fa7b147f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Tue, 26 Apr 2022 22:40:39 +0200 Subject: [PATCH] Update README --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index bbdaafa..c43cf3e 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -Simple image viewer with multithreaded image loading +FITS/XISF image viewer with multithreaded image loading To get all dependencies install these packages - sudo apt install qtbase5-dev libraw-dev libexif-dev libcfitsio-dev + sudo apt install qtbase5-dev libraw-dev libexif-dev libcfitsio-dev libgsl-dev cmake -Then to build run +Then to build run standard cmake - qmake . + cmake -B build -S . make ./tenmon