Prepare third release candidate
[libftdi] / README
... / ...
CommitLineData
1--------------------------------------------------------------------
2libftdi version 1.0rc3
3--------------------------------------------------------------------
4
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
14
15libftdi requires libusb 1.x.
16
17The AUTHORS file contains a list of all the people
18that made libftdi possible what it is today.
19
20Changes
21-------
22
23You'll find the newest version of libftdi at:
24http://www.intra2net.com/en/developer/libftdi
25
26
27Quick start
28-----------
29mkdir build
30cd build
31
32cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
33make
34make install
35
36More verbose build instructions are in "README.build"
37
38--------------------------------------------------------------------
39www.intra2net.com 2003-2013 Intra2net AG
40--------------------------------------------------------------------