luminance
luminance copied to clipboard
Building on Ubuntu 17.10 (and 18.04 and 18.10)
Following packages are needed for building on Ubuntu 17.10:
sudo apt-get install python-gi-dev libgtk-3-dev gsettings-desktop-schemas-dev
sudo pip3 install phue
Perhaps add this to README too.
On 18.04 I had to also
sudo apt install libgnome-dekstop-3-dev
to get the configure to work
@FenrirDigital
Should be
sudo apt-get install libgnome-desktop-3-dev
Thanks for the hint.
Could these please be included in the readme? Also @TheBready apt install
should work, on Mint it's available as a shorthand to the apt-based commands and it filtered through to Ubuntu in a modified way.
@craigcabrey I had to install @PanderMusubi packages as well in order for Raspbian to configure without error as well.
Add apt install libxml2-utils to the list as well. During make, XMLLINT not set and xmllint not found in path; skipping xml preprocessing. This error may need to break make or add into configure as a requirement. Thanks.
On 18.10, also do mkdir m4
in order to get ./autogen.sh
to complete.
@Spifey see also https://github.com/craigcabrey/luminance/issues/32
Note that phue has a new release, please see https://pypi.org/project/phue/#history
For all interested, I've created a pull request for with all necessary changes: https://github.com/craigcabrey/luminance/pull/34