mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Add qt5-base dependency for arch linux (#2841)
Add Qt5 dependency for arch linux and debian/ubuntu
This commit is contained in:
parent
fab6951789
commit
e5e95a31f1
2 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,8 @@ If you want to contribute please take a look at the [Coding Style](https://githu
|
||||||
### Linux
|
### Linux
|
||||||
* [Qt 5.8+](https://www.qt.io/download-open-source/)
|
* [Qt 5.8+](https://www.qt.io/download-open-source/)
|
||||||
* GCC 5.1+ or Clang 3.5.0+ ([not GCC 6.1](https://github.com/RPCS3/rpcs3/issues/1691))
|
* GCC 5.1+ or Clang 3.5.0+ ([not GCC 6.1](https://github.com/RPCS3/rpcs3/issues/1691))
|
||||||
* 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`
|
* 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`
|
||||||
* Arch: `sudo pacman -S glew openal cmake llvm`
|
* Arch: `sudo pacman -S glew openal cmake llvm qt5-base`
|
||||||
|
|
||||||
### Mac OSX
|
### Mac OSX
|
||||||
Mac OSX is not supported at this moment because it doesn't meet system requirements (OpenGL 4.3)
|
Mac OSX is not supported at this moment because it doesn't meet system requirements (OpenGL 4.3)
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
#include <QUrl>
|
||||||
|
|
||||||
static const std::string m_class_name = "GameViewer";
|
static const std::string m_class_name = "GameViewer";
|
||||||
inline std::string sstr(const QString& _in) { return _in.toUtf8().toStdString(); }
|
inline std::string sstr(const QString& _in) { return _in.toUtf8().toStdString(); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue