GNOME Twitch app for watching Twitch on your GNU/Linux desktop. Enjoy your favourite streams without the hassle of flash or the web.
- meson >= 0.26.0 (install only)
- ninja (install only)
- gtk+-3.0 >= 3.16
- libsoup
- json-glib
- gstreamer-1.0
- gst-libav
- gst-plugins-base
- gst-plugins-good
- gst-plugins-bad
- clutter-gst
- clutter-gtk
- webkit2gtk
mkdir build
cd build
meson --prefix /usr -Ddo-post-install=true ..
ninja install
- Arch linux
- Arch linux (git)
- [Debian] (https://tracker.debian.org/pkg/gnome-twitch/)
- Fedora (You will need to install gstreamer1-libav from RPMFusion)
- Ubuntu (courtesy of GetDeb.net) (You will need to install the ubuntu-restricted-extras for the h264 decoder)
- Ubuntu (courtesy of @Sunderland93) (Same requirements as above)
- Ubuntu (courtesy of WebUpd8.org) (Same requirements as above)