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