ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
6.99k stars 231 forks source link

[Building on fresh install of ubuntu 22.04] 3dinput installed but not recognized #878

Open Bogfoot opened 9 months ago

Bogfoot commented 9 months ago

I'm trying to build the latest version of sioyek as given in the instructions. After doing so a bunch of qt5 libraries were reported missing so I installed each of them. At the very end of the build I still get this message:

make: Nothing to be done for 'default'.
Project ERROR: Unknown module(s) in QT: 3dinput

I've installed pretty much all of libqt5* and it still doesn't build, reporting the same qmake error. Any help would be appreciated.

qadzek commented 9 months ago

I am having the same issue. It seems like sudo apt install qt3d5-dev qtdeclarative5-dev made this error go away, but it still failed later on.

qadzek commented 5 months ago

Give this a try:

sudo apt install libharfbuzz-dev qt3d5-dev qtdeclarative5-dev libxi-dev libxrandr-dev