You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
)
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):
This is related to #2
The text was updated successfully, but these errors were encountered: