Philips Hue controller for Linux [WIP]
Find a file
2019-06-07 06:45:35 -06:00
.github Add Issue and PR Templates 2019-05-01 15:39:25 -05:00
data Remember window size 2019-03-01 23:07:07 -06:00
debian init 2017-12-26 16:59:13 -06:00
po init 2017-12-26 16:59:13 -06:00
src Null-terminate string[] properties 2019-05-07 17:01:48 -05: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 Colored icons 2017-12-30 16:52:37 -06:00
post_install.py init 2017-12-26 16:59:13 -06:00
README.md Add missing dependency 2019-06-07 06:45:35 -06:00

Lights-Up

Philips Hue controller for elementary OS.

Screenshot

Installation

Dependencies

These dependencies must be present before building

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

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.