Update README

This commit is contained in:
2022-04-26 22:40:39 +02:00
parent adc7d07b75
commit 748f5fac03
+4 -4
View File
@@ -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