summaryrefslogtreecommitdiff
path: root/README.Win32
diff options
context:
space:
mode:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-08 00:13:50 +0000
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-08 00:13:50 +0000
commit03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8 (patch)
treed5410eb810b1409fbb46139caa472460612e5852 /README.Win32
parentcdc33b38088e6435393b86808b6833d09ea4aa73 (diff)
downloadopenocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.tar.gz
openocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.tar.bz2
openocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.tar.xz
openocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.zip
Change most in-tree references from SVN to GIT.
Also, talk about "mainline" not "trunk". The release.txt and release.sh files need more updates. git-svn-id: svn://svn.berlios.de/openocd/trunk@2825 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'README.Win32')
-rw-r--r--README.Win325
1 files changed, 3 insertions, 2 deletions
diff --git a/README.Win32 b/README.Win32
index 42b3f139..bec4567a 100644
--- a/README.Win32
+++ b/README.Win32
@@ -40,7 +40,8 @@ Take note that different Linux distributions often have different MinGW
installation directory. Some of them also put the library and include
into a separate sys-root directory.
-If there is a new svn version of libusb-win32, you can build it as well.
+When the libusb-win32 repository is more current than its release code,
+you could build that instead.
These are the instruction from the libusb-win32 Makefile:
@@ -93,5 +94,5 @@ To use ftd2xx:
--with-ftd2xx-win32-zipdir=/path/to/libftd2xx-win32 \
... other options ...
-If you are using the SVN repository, see the README file for additional
+If you are using the GIT repository, see the README file for additional
instructions about configuring and building OpenOCD.