linux-msm / qdl

BSD 3-Clause "New" or "Revised" License
196 stars 76 forks source link

readme: Mention libudev requirement #31

Closed halaney closed 1 year ago

halaney commented 2 years ago

Without libudev installed you'll get the following build error:

qdl.c:43:10: fatal error: libudev.h: No such file or directory
   43 | #include <libudev.h>
      |          ^~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: qdl.o] Error 1

Mention the ubuntu package that brings it in as well similar to how libxml2 is mentioned.

Signed-off-by: Andrew Halaney ajhalaney@gmail.com