Skip to content

Missing build dependencies Ubuntu 14.04.2 #4

@falense

Description

@falense

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions