From 7cfe2100df7c49c7b14ca50ec476b42cd5b50ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sun, 12 Apr 2020 18:07:59 -0300 Subject: [PATCH] Added qtbase5-private-dev to debian based distros. --- 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 83a309a..f14cd50 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -14,7 +14,7 @@ You'll need to download and install the following to build yuzu: | Distro | Commands | ------ | --------------- | Arch | `sudo pacman -S qt5` - | Debian | `sudo apt-get install qtbase5-dev libqt5opengl5-dev` + | Debian | `sudo apt-get install qtbase5-dev libqt5opengl5-dev qtbase5-private-dev` | Fedora | `sudo dnf install qt5-qtbase qt5-qtbase-devel` | Gentoo | `emerge dev-qt/qtcore dev-qt/qtopengl` * GCC v7+ (for C++17 support) & misc: