c42f / displaz

A hackable lidar viewer
http://c42f.github.io/displaz
Other
234 stars 84 forks source link

Ubuntu 22.04 doesn't have qt5-default package #245

Closed andrewjessop closed 4 months ago

andrewjessop commented 4 months ago

I was following the Readme to install, but qt5-default package doesn't exist in Ubuntu 22.04.

I did find the correct package:

ajessop@DESKTOP-AKOGURR:~/repos$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
ajessop@DESKTOP-AKOGURR:~/repos$ sudo apt install libqt5opengl5-dev

I'd be happy to submit a PR to update the Readme if you agree.

nigels-com commented 4 months ago

Agreed. The Ubuntu 22.04 docker build does work, but the Readme is out of date. docker/ubuntu_22_04/Dockerfile

apt install -y g++ cmake qtbase5-dev python3