alexforencich / ftjrev

JTAG reverse engineering software for FTDI compatible cables
49 stars 7 forks source link

missing setup info #1

Closed razorfish-sl closed 10 years ago

razorfish-sl commented 10 years ago

make gcc -Wall -O2 -o ftjrev ftjrev.c -lftdi ftjrev.c:10:10: fatal error: 'ftdi.h' file not found

include

     ^

1 error generated. make: *\ [ftjrev] Error 1

either there needs to be instructions on where to find library and how to include it or it should be included………

alexforencich commented 10 years ago

ftjrev requires libftdi. I will add this to the readme.