Differences
This shows you the differences between two versions of the page.
|
documentation:installation [2010/02/22 10:33] rconty Debian / Ubuntu instructions are now ready to be used for package creation |
documentation:installation [2010/03/25 08:45] (current) rconty |
||
|---|---|---|---|
| Line 132: | Line 132: | ||
| ===== Windows ===== | ===== Windows ===== | ||
| - | __//**We are looking for Windows developers/users/mainteners of libnfc to improve our support of this platform.**//__ | + | * **Get the source files** |
| + | - Download the Source for Microsoft Windows (libnfc-1.3.3-winsdk.zip) | ||
| + | - Extract the files to your computer (e.g. C:\libnfc-1.3.3-winsdk) | ||
| + | |||
| + | * **MinGW** | ||
| + | - Download MinGW from http://www.mingw.org/ | ||
| + | - Install MinGW Make | ||
| + | - Make sure to add the MinGW\bin to the Windows PATH Environment Variable | ||
| + | |||
| + | * **Windows SDK** | ||
| + | - Download Microsoft Windows SDK v7.0 (http://msdn.microsoft.com/en-us/windows/bb980924.aspx) | ||
| + | - Open the //Start Menu\All programs\Microsoft Windows SDK v7.0\CMD Shell// | ||
| + | |||
| + | <code> | ||
| + | C:\Program Files\Microsoft SDKs\Windows\v7.0> WindowsSdkVer.exe -version:v7.0 | ||
| + | |||
| + | C:\Program Files\Microsoft SDKs\Windows\v7.0> cd C:\libnfc-1.3.3-winsdk\win32 | ||
| + | |||
| + | C:\libnfc-1.3.3-winsdk\win32>mingw32-make | ||
| + | </code> | ||