How to compile Dolphin emulator from source?

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

Hi
Have a look at the spec file on OBS?
https://build.opensuse.org/package/view_file/Emulators/dolphin-emu/dolphin-emu.spec?expand=1

Just ping the maintainers via email and ask if they can update?
https://build.opensuse.org/package/view_file/Emulators/dolphin-emu/dolphin-emu.changes?expand=1

Else, branch/copy and update yourself on OBS…?

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…).