luminance icon indicating copy to clipboard operation
luminance copied to clipboard

Building on Ubuntu 17.10 (and 18.04 and 18.10)

Open PanderMusubi opened this issue 6 years ago • 8 comments

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.

PanderMusubi avatar Feb 27 '18 21:02 PanderMusubi

On 18.04 I had to also sudo apt install libgnome-dekstop-3-dev to get the configure to work

shaunclark5649 avatar Sep 12 '18 21:09 shaunclark5649

@FenrirDigital Should be sudo apt-get install libgnome-desktop-3-dev Thanks for the hint.

TheBready avatar Dec 11 '18 02:12 TheBready

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.

stellarpower avatar Dec 27 '18 19:12 stellarpower

@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.

Spifey avatar Dec 31 '18 13:12 Spifey

On 18.10, also do mkdir m4 in order to get ./autogen.sh to complete.

PanderMusubi avatar Dec 31 '18 15:12 PanderMusubi

@Spifey see also https://github.com/craigcabrey/luminance/issues/32

PanderMusubi avatar Jan 01 '19 12:01 PanderMusubi

Note that phue has a new release, please see https://pypi.org/project/phue/#history

PanderMusubi avatar Jan 28 '19 09:01 PanderMusubi

For all interested, I've created a pull request for with all necessary changes: https://github.com/craigcabrey/luminance/pull/34

AdnanHodzic avatar Jan 29 '19 08:01 AdnanHodzic