Updated instructions for compilation with FTD2XX in Cygwin environment

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1028 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent 7e1999eb98
commit 0b056d07d3

@ -344,19 +344,16 @@ Before running configure, get the D2XX drivers from FTDI.
* http://www.ftdichip.com/Drivers/D2XX.htm (FTDI FTD2XX library)
Unzip the archive and copy _only_ the two files "ftd2xx.h" and
"i386/ftd2xx.dll" into a directory of your choice (substitute the path of
this directory for $FTDIDIR in the following example...). Then run
configure like this:
Unzip the archive into a directory of your choice (probably a choice
without spaces in the name is better) and afterwards run configure with the
"--with-ftd2xx" pointing to that directory, e.g.
CFLAGS="-I$FTDIDIR" LDFLAGS="-L$FTDIDIR" ./configure
./configure --with-ftd2xx="/cygdrive/e/temp/cdm"
Configure should now report
checking for FT_Open in -lftd2xx... yes
...
FTDI cable support
via libftdi : no
...
via libftd2xx : yes

Loading…
Cancel
Save