sauravsingh29 / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

Compile project for Linux 10.04 #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Good evening, I am trying to run this libraries in my Ubuntu 10.04 system but I 
have some problems when I compile project.

when I execute make -C linux i receive the following message:

g++ -Wall -g hid-libusb.o ../hidtest/hidtest.o HIDManager.o HIDDeviceInfo.o 
HIDDevice.o hid-java.o `pkg-config libusb-1.0 libudev --libs`  -o hidtest
Package libudev was not found in the pkg-config search path.
Perhaps you should add the directory containing `libudev.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libudev' found

How to solve this problem?

Cheers

Original issue reported on code.google.com by archivo...@gmail.com on 10 Aug 2011 at 4:16

GoogleCodeExporter commented 8 years ago
Install the libudev-dev package

Original comment by Kurayami...@gmail.com on 4 Oct 2011 at 3:22

GoogleCodeExporter commented 8 years ago
list of required packages could be find in the following document:

http://code.google.com/p/javahidapi/wiki/ReadMe

Original comment by kroko...@gmail.com on 10 Jan 2012 at 12:56