benjamimgois / goverlay

GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
GNU General Public License v3.0
518 stars 41 forks source link

make fails and says "cannot find -lQt6Pas" #121

Closed NJT145 closed 3 weeks ago

NJT145 commented 4 weeks ago

it says that /usr/bin/ld: cannot find -lQt6Pas: No such file or directory. I already installed lQt6Pas as it mentioned at readme file. What should I do?

benjamimgois commented 4 weeks ago

what distro are you using ?

NJT145 commented 3 weeks ago

Ubuntu 22.04.4 LTS

benjamimgois commented 3 weeks ago

try also installing the dev package:

https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6-dev_6.2.8-1_amd64.deb

NJT145 commented 3 weeks ago

it worked. Thanks for help