frabas / DISPLACE_GUI

A Scientific Research Software for Spatial Fisheries and Natural Resource Management
https://displace-project.org/
GNU General Public License v2.0
9 stars 3 forks source link

Build dependency `qt5-default` no longer valid on Debian 11 "Bullseye" #140

Open kyllingstad opened 2 years ago

kyllingstad commented 2 years ago

I had some trouble building Displace on Debian 11 because the package qt5-default doesn't exist in this version. Instead, I got it to work by adding libqt5core5a(>=5.6) as an alternative under Build-Depends in debian/control.

studiofuga commented 2 years ago

Hi @kyllingstad , thank you for reporting this. I added a few more changes - the package mentioned is not 100% correct because the -dev package is indeed needed (qtbase5-dev) I took the occasion to fix other dependencies too, both in the Displace source and in the msqlitecpp source.

Thank you.