From 149a0402cb115d459f7e054020eff1b6cd67547b Mon Sep 17 00:00:00 2001 From: Maximilian Downey Twiss <64618338+Zopolis4@users.noreply.github.com> Date: Tue, 17 May 2022 12:05:04 +1000 Subject: [PATCH] Update debian based for qt6 --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 754a9a3..aa50367 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -13,7 +13,7 @@ sudo apt install git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev l ### Other Debian based (Debian, Kali, etc.): ```bash -sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtbase5-private-dev libudev-dev portaudio19-dev libasound2-dev +sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt6base-dev qtchooser qmake6 qt6base-dev-tools qt6base-private-dev libudev-dev portaudio19-dev libasound2-dev ``` ## Checkout Dolphin