Changes between Version 23 and Version 24 of windows_backend
- Timestamp:
- 01/14/10 12:29:27 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend
v23 v24 12 12 == Source == 13 13 14 The (initial and now dated) Windows backend is available in the [http://libusb.org/browser/?rev=winusb winusb git branch].14 The 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]. 15 15 16 For those not familiar with git, here are the git commands you can use to work on the winusbbranch:16 For those not familiar with git, here are the git commands you can use retrieve and compile the Windows branch: 17 17 {{{ 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 18 git clone git://git.libusb.org/libusb-pbatard.git ; retrieve development branch (this only needs to be done once) 19 git pull ; keep in sync with the remote tree 23 20 }}} 24 21 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/]. 22 On 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]] 23 Note 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") 26 24 27 25 To compile this source, [http://sourceware.org/pthreads-win32/ pthread-win32] is also required. … … 67 65 == Development's status log == 68 66 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]. 70 69 * [2009.12.12] 71 70 * Back on track after resubmission of git patches and timer related fixes.