dvdesolve / glrpt

Interactive GUI application for receiving, decoding and displaying LRPT images from the Russian Meteor-M type of weather satellites
GNU General Public License v3.0
32 stars 6 forks source link

No package 'gtk+-3.0' found #14

Closed benb0jangles closed 3 years ago

benb0jangles commented 3 years ago

Im getting:

configure: error: Package requirements (gtk+-3.0 >= 3.22.0) were not met:

No package 'gtk+-3.0' found

How to solve please? dpkg -l libgtk2.0-0 libgtk-3-0

Shows 3.22.30:

Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii libgtk-3-0:arm 3.22.30-1ubu arm64 GTK+ graphical user interface lib ii libgtk2.0-0:ar 2.24.32-1ubu arm64 GTK+ graphical user interface lib

Is it possible to install glrpt using 3.22.30 somehow?

dvdesolve commented 3 years ago

You should install libgtk-3-dev package (or similar)

benb0jangles commented 3 years ago

solved: sudo apt install libgtk-3-dev