Misc: Remove obsolete Windows DDK build files
[platform/upstream/libusb.git] / INSTALL_WIN.txt
1 Installation Instructions for Windows
2 *************************************
3
4 If you are compiling for MinGW or cygwin, please refer to the INSTALL file.
5
6 If you are using Microsoft Visual Studio:
7 - Open the relevant solution file in /msvc:
8   libusb_2013.sln for Visual Studio 2013,
9   libusb_2015.sln for Visual Studio 2015,
10   libusb_2017.sln for Visual Studio 2017 or later.
11 - If you want to debug the library, uncomment the ENABLE_DEBUG_LOGGING define
12   in msvc\config.h
13 - Select your configuration and compile the project
14
15 Destination directories
16 ***********************
17
18 The 32-bit binaries are placed in a Win32\ directory at the root of the
19 library.
20 The 64-bit binaries are placed in a x64\ directory.
21
22 Troubleshooting
23 ***************
24
25 If the compilation process complains about missing libraries, ensure that the
26 default library paths for your project points to the relevant directories.
27 If needed, these libraries can be obtained by installing the latest Windows
28 SDK.
29
30 Links
31 *****
32
33 Additional information related to the Windows backend:
34   http://windows.libusb.info
35
36 Microsoft Windows SDK Archive:
37   https://developer.microsoft.com/en-us/windows/downloads/sdk-archive