Philips Hue controller for Linux [WIP]
Find a file
2017-12-30 14:23:59 -06:00
data Added room widget 2017-12-30 13:51:16 -06:00
debian init 2017-12-26 16:59:13 -06:00
po init 2017-12-26 16:59:13 -06:00
src Add lights to rooms 2017-12-30 14:23:59 -06:00
.gitignore init 2017-12-26 16:59:13 -06:00
AUTHORS.md init 2017-12-26 16:59:13 -06:00
LICENSE.md init 2017-12-26 16:59:13 -06:00
meson.build Added room widget 2017-12-30 13:51:16 -06:00
post_install.py init 2017-12-26 16:59:13 -06:00
README.md init 2017-12-26 16:59:13 -06:00

Lights-Up

Philips Hue controller for elementary OS.

Installation

Dependencies

These dependencies must be present before building

  • meson (>=0.40)
  • valac (>=0.16)
  • debhelper (>= 9)
  • libgranite-dev
  • libgtk-3-dev
  • libsoup

Building

meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.philip-scott.lights-up

License

This project is licensed under the GPL3 License - see the LICENSE file for details.