Files
hidapi/linux/build
T
Alan Ott ebc18502b7 Added the hidapi_enumerate() interface on Linux.
Added manufacturer and product strings to the hid_device struct.
2010-07-01 17:39:24 -04:00

3 lines
130 B
Python
Executable File

gcc -Wall -g -c hid.c -I ../hidapi
gcc -Wall -g -c ../hidtest/hidtest.cpp -I ../hidapi
g++ -Wall -g -o test hid.o hidtest.o -ludev