mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03: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:
parent
1de7ac3c67
commit
006b8574ae
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Ubuntu usually does not have a new enough Qt package to suit rpcs3's needs. Ther
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
sudo add-apt-repository ppa:beineri/opt-qt-5.15.2-$UBUNTU_CODENAME
|
sudo add-apt-repository ppa:beineri/opt-qt-5.15.2-$UBUNTU_CODENAME
|
||||||
sudo apt-get update
|
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
|
. /opt/qt515/bin/qt515-env.sh >/dev/null 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue