From 006b8574aec9cf6a40020dcc778599f44e6731a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Karczewski?= Date: Sun, 11 Apr 2021 23:03:34 +0200 Subject: [PATCH] Update BUILDING.md There is no `qt515-meta-minimal` package under mentioned package repository, but `qt515base` allows to build CMake configuration --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 8b635adc12..22e944cb10 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -43,7 +43,7 @@ Ubuntu usually does not have a new enough Qt package to suit rpcs3's needs. Ther . /etc/os-release sudo add-apt-repository ppa:beineri/opt-qt-5.15.2-$UBUNTU_CODENAME sudo apt-get update -sudo apt-get install qt515-meta-minimal qt515svg +sudo apt-get install qt515base qt515svg . /opt/qt515/bin/qt515-env.sh >/dev/null 2>&1 ```