diff --git a/README b/README index f0caa12..bbdaafa 100644 --- a/README +++ b/README @@ -1 +1,11 @@ Simple image viewer with multithreaded image loading + +To get all dependencies install these packages + + sudo apt install qtbase5-dev libraw-dev libexif-dev libcfitsio-dev + +Then to build run + + qmake . + make + ./tenmon