1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Update BUILDING.md

There is no `qt515-meta-minimal` package under mentioned package repository, but `qt515base` allows to build CMake configuration
This commit is contained in:
Michał Karczewski 2021-04-11 23:03:34 +02:00 committed by Ivan
parent 1de7ac3c67
commit 006b8574ae

View File

@ -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
```