Skip to content

Commit e5e95a3

Browse files
AreiserAniLeo
Areiser
authored andcommitted
Add qt5-base dependency for arch linux (RPCS3#2841)
Add Qt5 dependency for arch linux and debian/ubuntu
1 parent fab6951 commit e5e95a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ If you want to contribute please take a look at the [Coding Style](https://githu
3131
### Linux
3232
* [Qt 5.8+](https://www.qt.io/download-open-source/)
3333
* GCC 5.1+ or Clang 3.5.0+ ([not GCC 6.1](https://github.com/RPCS3/rpcs3/issues/1691))
34-
* Debian & Ubuntu: `sudo apt-get install cmake build-essential libasound2-dev libopenal-dev libwxgtk3.0-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev libudev-dev git`
35-
* Arch: `sudo pacman -S glew openal cmake llvm`
34+
* Debian & Ubuntu: `sudo apt-get install cmake build-essential libasound2-dev libopenal-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev libudev-dev git qt5-default`
35+
* Arch: `sudo pacman -S glew openal cmake llvm qt5-base`
3636

3737
### Mac OSX
3838
Mac OSX is not supported at this moment because it doesn't meet system requirements (OpenGL 4.3)

rpcs3/rpcs3qt/game_list_frame.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <QMessageBox>
2020
#include <QProcess>
2121
#include <QTimer>
22+
#include <QUrl>
2223

2324
static const std::string m_class_name = "GameViewer";
2425
inline std::string sstr(const QString& _in) { return _in.toUtf8().toStdString(); }

0 commit comments

Comments
 (0)