Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on Ubuntu 17.10 (and 18.04 and 18.10) #30

Open
PanderMusubi opened this issue Feb 27, 2018 · 8 comments
Open

Building on Ubuntu 17.10 (and 18.04 and 18.10) #30

PanderMusubi opened this issue Feb 27, 2018 · 8 comments

Comments

@PanderMusubi
Copy link

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.

@shaunclark5649
Copy link

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

@TheBready
Copy link

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

@stellarpower
Copy link

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.

@Spifey
Copy link

Spifey commented Dec 31, 2018

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

@PanderMusubi
Copy link
Author

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

@PanderMusubi PanderMusubi changed the title Building on Ubuntu 17.10 Building on Ubuntu 17.10 (and 18.04 and 18.10) Dec 31, 2018
@PanderMusubi
Copy link
Author

@Spifey see also #32

stoneLeaf added a commit to stoneLeaf/luminance that referenced this issue Jan 5, 2019
@PanderMusubi
Copy link
Author

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

AdnanHodzic added a commit to AdnanHodzic/luminance that referenced this issue Jan 29, 2019
Added packages which are required to be installed for installation (build) procedure to be successfully on Debian Linux based distributions. Closes: craigcabrey#30
@AdnanHodzic
Copy link

For all interested, I've created a pull request for with all necessary changes: #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants