Dolphin, the GameCube and Wii emulator - Forums

Full Version: Nightly build requires qt6 stuff on Ubuntu 22.04.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Building nightly from 2023-04-29 on Ubuntu LTS 22.04.2:

Had to install the following packages to get "cmake .." to succeed:

sudo apt install qt6-base-dev qt6-base-private-dev

I think perhaps the build instructions for Ubuntu need to be updated, which currently instruct to install qt5 stuff on the "Installing the Dependencies" line:

https://dolphin-emu.org/docs/guides/buil...hin-linux/


-Steve
Ah yeah, we did recently update to Qt6 everywhere, so those instructions do need updating.
I've removed the qt5 packages and added the qt6 ones instead.
This is also needed for the latest Master snapshot... libqt6svg6-dev
So altogether...

Code:
sudo apt install qt6-base-dev qt6-base-private-dev libqt6svg6-dev