Philips Hue controller for Linux [WIP]
Find a file
2018-03-06 21:35:45 -06:00
data Build with icons 2018-03-06 21:35:45 -06:00
debian init 2017-12-26 16:59:13 -06:00
po init 2017-12-26 16:59:13 -06:00
src Pairing with hard-coded bridge 2018-01-07 19:36:12 -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 Colored icons 2017-12-30 16:52:37 -06:00
post_install.py init 2017-12-26 16:59:13 -06:00
README.md Update README.md 2017-12-30 17:19:00 -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

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.