support lower and upper case hex chars
[librfid] / README.MinGW
1 Quick steps for MinGW+autotools setup
2 =====================================
3
4 1. Download MinGW/MSys packages from MinGW's project homepage[A]. I've downloaded[B].
5 2. Unpack MinGW packages to some directory. In my case it was to c:\mingw. 
6 3. Install MSys using exe installer. In my case I've installed it in c:\mingw\msys.
7 4. Unpack MSys packages[B] to directory, where you've installed MSys in step 4.
8 5. Install msysDTK (very old Perl etc. needed for autotools).
9 6. Run msys.bat and just cd to librfid directory and run ./autogen.sh, then ./configure
10 7. Lucky number
11
12 A. http://http://www.mingw.org/download.shtml
13 B. MinGW packages:
14    ---------------
15         gcc-g++-3.4.5-20060117-1.tar.gz
16         gcc-core-3.4.5-20060117-1.tar.gz
17         binutils-2.16.91-20060119-1.tar.gz
18         w32api-3.6.tar.gz
19         mingw-runtime-3.9.tar.gz
20         mingw32-make-3.80.0-3.tar.gz
21         gdb-6.3-2.exe
22         mingw-utils-0.3.tar.gz
23
24    MSys packages:
25    --------------
26         MSYS-1.0.10.exe
27         bash-2.05b-MSYS.tar.bz2
28         msys-autoconf-2.59.tar.bz2
29         msys-automake-1.8.2.tar.bz2
30         msys-libtool-1.5.tar.bz2
31         msysDTK-1.0.1.exe