ethz-asl / libseekthermal

Driver library for Seek Thermal imaging devices
GNU Lesser General Public License v3.0
58 stars 35 forks source link

Missing build dependencies Ubuntu 14.04.2 #4

Open falense opened 9 years ago

falense commented 9 years ago

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 https://github.com/ethz-asl/libseekthermal/issues/2