readme.txt

来自「这是USB驱动程序库」· 文本 代码 · 共 19 行

TXT
19
字号

This folder contains batch files to compile libusb-win32 with Microsoft's DDK.

Requirements:

1.) Windows Server 2003 DDK (older versions might work but have not
    been tested yet)

How to compile:

1.) install the DDK
2.) open a DDK build environment, either a "checked" or a "free" one
3.) launch one of the following batch files to compile the sources:
    
    make_driver.bat: builds the driver
    make_dll.bat: builds the DLL
    make_test.bat: builds the command line version of the test tool
    make_test_win.bat: builds the Windows version of the test tool
    make_all.bat: builds everything, driver, DLL, and the test tools

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?