12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
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 libgsl-dev cmake
|
|
|
|
Then to build run standard cmake
|
|
|
|
cmake -B build -S .
|
|
make
|
|
./tenmon
|