Changes between Version 36 and Version 37 of windows_backend


Ignore:
Timestamp:
02/24/10 13:06:16 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend

    v36 v37  
    2525Also note that, for MinGW and cygwin, as per the official libusb 1.0 project, '''you need to run './autogen.sh' in order to have configure and Makefile created for you'''. 
    2626 
    27 To compile this source, [http://sourceware.org/pthreads-win32/ pthread-win32] is also required, '''except for cygwin''', where pthread should be available by default. Note that the version of the DLL you should use is VC2, '''not GC'''[[BR]] 
    28 For convenience, precompiled versions of pthread-win32 for 32 bit and 64 bit Windows platforms are provided [http://libusb.org/raw-attachment/wiki/windows_backend/pthread-win32_libusb.zip here]. If you are unfamiliar with pthread to use, please download this archive. 
    29  
    3027The following development environment are currently supported for libusb 1.0 on Windows: 
    3128  * [http://www.mingw.org MinGW] (32 bit version only, as the 64 bit version oh MinGW still has a bug that impacts libusb). 
     
    3835Finally, to access your USB devices with libusb-winusb, you need to download the [http://libusb-winusb-wip.googlecode.com/files/winusb%20driver.zip WinUSB driver files], customize the .inf for your device, and then install the driver.[[BR]] 
    3936For more information on how to setup the WinUSB driver for your device, please see the [wiki:winusb_driver_installation WinUSB Driver Installation] page or see the README file that comes with the driver. 
     37 
     38Note: If you have downloaded a development version prior to r169, you will also need [http://sourceware.org/pthreads-win32/ pthread-win32] to compile this source (except on cygwin). Note that the version of the DLL to use then is VC2, '''not GC'''[[BR]] 
     39For convenience, precompiled versions of pthread-win32 for 32 bit and 64 bit Windows platforms are provided [http://libusb.org/raw-attachment/wiki/windows_backend/pthread-win32_libusb.zip here]. If you are unfamiliar with pthread to use, please download this archive.[[BR]] 
     40'''The requirement for pthread-win32 has been removed from development version r169 and later''', so, whenever possible, please ensure you use the latest source. 
    4041 
    4142== Development Considerations == 
     
    5556== To Do == 
    5657 
    57   * full pthread-win32 dependency removal 
    5858  * automated WinUSB driver installation 
    5959  * hotplug detection 
     
    6161== Done == 
    6262 
     63  * full pthread-win32 dependency removal 
    6364  * multithreading/concurrent access 
    6465  * HID