user
October 15, 2015, 3:04pm
#1
Here are the dependencies for Dolphin emulator:
git
cmake
gcc
libwxbase3.0-dev
libwxgtk3.0-dev
libgtk2.0-dev
libxext-dev
libreadline-dev
libgl1-mesa-dev
libevdev-dev
libudev-dev
I’ve installed git, cmake and gcc, but I have no idea how to get the rest. What/which packages for openSUSE contains all I need?
–
Fortunately updating Dolphin is incredibly easy after I get this done
$ git clone https://github.com/dolphin-emu/dolphin.git
user
October 15, 2015, 5:09pm
#3
It is much better to compile myself. Dolphin updates frequently, even several times a day and the stable builds are severely outdated.
I didn’t understand that was my question answered? How to install dependencies?
Hi
From the spec file ‘BuildRequires’;
BuildRequires: alsa-devel
BuildRequires: bluez-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: glew-devel
BuildRequires: libSDL-devel
BuildRequires: libSOIL-devel
BuildRequires: libao-devel
BuildRequires: libpulse-devel
BuildRequires: lzo-devel
BuildRequires: openal-devel
BuildRequires: pkgconfig(xrandr)
BuildRequires: portaudio-devel
BuildRequires: sfml-devel
BuildRequires: update-desktop-files
BuildRequires: wxWidgets-devel
BuildRequires: zlib-devel
The xrandr one is just xrandr-devel.
Ask the maintainers to setup a _service file to download the latest version from git and call it an unstable build (since it is rc…).