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

Missing build dependencies Ubuntu 14.04.2 #4

Open
falense opened this issue Jul 21, 2015 · 0 comments
Open

Missing build dependencies Ubuntu 14.04.2 #4

falense opened this issue Jul 21, 2015 · 0 comments

Comments

@falense
Copy link

falense commented Jul 21, 2015

I got compile errors when attempting to install this library. In addition to the listed dependencies I had to install:

ReMake:
https://github.com/kralf/remake

libudev0:
sudo apt-get install libudev*

There were also some issues installing the documentation. Library was built successfully (with the additions mentioned above) but I was unable to install the documentation. I solve this issue by removing the following lines in the cmake file (note: this will effectively remove documentation from both build and install step):

remake_pack_deb(
ARCH all
COMPONENT doc
DESCRIPTION "documentation"
)

This is related to #2

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

1 participant