MCMi460 / NSO-RPC

Connect your Nintendo Switch playing status to Discord!
322 stars 32 forks source link

Linux Qt5 or Qt6 libraries #114

Open HeadHunter4621 opened 9 months ago

HeadHunter4621 commented 9 months ago

Whenever I try to run "linux.sh," I get the issue "Qt5 or Qt6 libraries are not found. Please install them manually." Is this a simple mistake that I'm making? How do I fix this issue?

HotaruBlaze commented 9 months ago

NSO-RPC supports both Qt5 and Qt6, the script searches for these, if it cant find any installed, it'll error.

You should only see these errors if you are using a headless linux server, as any GUI install will have some form of Qt installed.

We'd need to know more about the kind of system your trying to use.

HeadHunter4621 commented 9 months ago

Currently using an Ubuntu 22.04.3 LTS on a laptop. Is there anything else you need to know?