Prepare third release candidate
[libftdi] / README
CommitLineData
0beb9686 1--------------------------------------------------------------------
99b80bfb 2libftdi version 1.0rc3
0beb9686 3--------------------------------------------------------------------
adb33a26 4
0beb9686
TJ
5libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips
6including the popular bitbang mode.
7
8The following chips are supported:
9- FT4232H / FT2232H
10- FT232R / FT245R
11- FT2232L / FT2232D / FT2232C
12- FT232BM / FT245BM (and the BL/BQ variants)
13- FT8U232AM / FT8U245AM
5efa6083 14
10650522
TJ
15libftdi requires libusb 1.x.
16
829ce4de
TJ
17The AUTHORS file contains a list of all the people
18that made libftdi possible what it is today.
19
adb33a26
TJ
20Changes
21-------
adb33a26
TJ
22
23You'll find the newest version of libftdi at:
1bfc403c 24http://www.intra2net.com/en/developer/libftdi
adb33a26 25
aa86fbf2
TJ
26
27Quick start
28-----------
29mkdir build
30cd build
31
32cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
33make
34make install
35
648d71fe
XC
36More verbose build instructions are in "README.build"
37
0beb9686 38--------------------------------------------------------------------
10650522 39www.intra2net.com 2003-2013 Intra2net AG
0beb9686 40--------------------------------------------------------------------