Changes between Version 23 and Version 24 of windows_backend


Ignore:
Timestamp:
01/14/10 12:29:27 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend

    v23 v24  
    1212== Source == 
    1313 
    14 The (initial and now dated) Windows backend is available in the [http://libusb.org/browser/?rev=winusb winusb git branch]. 
     14The current development Windows backend is available in the [http://git.libusb.org/ libusb main git repository] under [http://git.libusb.org/?p=libusb-pbatard.git libusb-pbatard.git]. 
    1515 
    16 For those not familiar with git, here are the git commands you can use to work on the winusb branch: 
     16For those not familiar with git, here are the git commands you can use retrieve and compile the Windows branch: 
    1717{{{ 
    18 git clone git://git.libusb.org/libusb.git ; retrieve the main branch (if you don't have it already) 
    19 cd libusb 
    20 git branch winusb origin/winusb           ; add the remote "origin/winusb" branch to your repository under the local name "winusb" 
    21 git checkout winusb                       ; select "winusb" as your default development branch 
    22 git pull                                  ; to keep in sync with the remote tree 
     18git clone git://git.libusb.org/libusb-pbatard.git ; retrieve development branch (this only needs to be done once) 
     19git pull                                          ; keep in sync with the remote tree 
    2320}}} 
    2421 
    25 A separate svn repository for the more up-to-date work-in-progress also exists at [http://code.google.com/p/libusb-winusb-wip/]. 
     22On Windows, if you don't want to use git on the commandline, you can use [http://code.google.com/p/tortoisegit/ TortoiseGit] to access and keep in sync with the git repository.[[BR]] 
     23Note that before you can install [http://code.google.com/p/tortoisegit/ TortoiseGit] you need to install [http://code.google.com/p/msysgit/ MSysGit] and make sure that, during the installation of MSysGit, when prompted to adjust the PATH environment, you select "Run Git from the Windows Command Prompt" (2nd option). Also, in the general settings of [http://code.google.com/p/tortoisegit/ TortoiseGit], the MSysGit path must point to the MSysGit bin directory (eg: C:Program Files (x86)Gitin") 
    2624 
    2725To compile this source, [http://sourceware.org/pthreads-win32/ pthread-win32] is also required. 
     
    6765== Development's status log == 
    6866 
    69   * [2009.12.13 and later] Consult the [http://code.google.com/p/libusb-winusb-wip/source/list Work-In-Progress Repository (SVN)] or the [http://code.google.com/p/libusb-winusb-wip/wiki/ActivityLog Activity Log]. 
     67  * [2010.01.14] Consult the [http://git.libusb.org/?p=libusb-pbatard.git;a=log git log] 
     68  * [2009.12.13 and later] Consult the (now obsolete) [http://code.google.com/p/libusb-winusb-wip/source/list Work-In-Progress Repository (SVN)] or the [http://code.google.com/p/libusb-winusb-wip/wiki/ActivityLog Activity Log]. 
    7069  * [2009.12.12] 
    7170    * Back on track after resubmission of git patches and timer related fixes.