Skip to content

Instantly share code, notes, and snippets.

@giocomai
Last active February 26, 2019 11:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save giocomai/df69e270d75093745cf4a8b8aceae157 to your computer and use it in GitHub Desktop.
Save giocomai/df69e270d75093745cf4a8b8aceae157 to your computer and use it in GitHub Desktop.
Script for installing craigcabrey's luminance - A Philips Hue client for Linux written in Python and GTK+ - on Fedora 24
git clone git@github.com:craigcabrey/luminance.git
cd luminance
pip3 install requests
pip3 install netdisco
sudo dnf install gsettings-desktop-schemas gsettings-desktop-schemas-devel pygobject3-devel gtk3-devel
sudo pip3 install phue
./autogen.sh
./configure
./configure --prefix=/usr && make && sudo make install
luminance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment