#Orion
QML/C++-written desktop client for Twitch.tv
Features desktop notifications and integrated player
##Screencaptures
##Dependencies
libmpv (not supported on windows) or QtAV
libcommuni
##Building on linux
(Using arch linux examples, but can be applied to other distros as well)
####Install needed libraries and software
sudo pacman -S git gcc qtcreator qt5-svg qt5-webengine qtav
####Get libcommuni, build and install it:
git clone https://github.com/communi/libcommuni
cd libcommuni
qmake
make
sudo make install
####Get orion from github
git clone https://github.com/alamminsalo/orion
cd orion
mkdir build && cd build
qmake ../
make
If all goes well, orion/build directory should now contain a working binary named 'orion'!
By running 'run.sh', a desktop entry is created for the menus also
##Windows troubleshooting
You need Visual C++ 2015-runtime installed.
Installer can be found in the application's install directory (I'll make it install automatically in the next version)