Changes between Version 20 and Version 21 of windows_backend


Ignore:
Timestamp:
01/08/10 13:35:09 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend

    v20 v21  
    2323 
    2424A separate svn repository for the more up-to-date work-in-progress (non-reviewed => very alpha) also exists at [http://code.google.com/p/libusb-winusb-wip/]. 
     25 
     26To compile this source, [http://sourceware.org/pthreads-win32/ pthread-win32] is also required.[[BR]] 
     27To compile projects using libusb 1.0, you should then add "-lusb-1.0 -lpthread -lsetupapi -lole32" to your library dependencies. 
     28 
     29Finally, access to your USB devices with libusb-winusb, you need the [http://libusb-winusb-wip.googlecode.com/files/winusb%20driver.zip WinUSB driver] for your device to be configured and installed on your platform. 
    2530 
    2631== Development Considerations == 
     
    6368  * [2009.12.03] 
    6469    * matching of libusb enumerated devices with WinUSB GUID devices (WIP) 
    65     * [http://sites.google.com/site/libusbdev/files/winusbdriver.zip WinUSB driver] cleanup & documentation.  
     70    * [http://libusb-winusb-wip.googlecode.com/files/winusb%20driver.zip WinUSB driver] cleanup & documentation.  
    6671  * [2009.12.02] 
    6772    * WinUSB generic device installation (x86 & x64)