-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels