summaryrefslogtreecommitdiff
path: root/README.Win32
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2009-12-30 07:48:49 +0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-30 11:51:29 -0800
commit7c5acf8660ddfce4746152e03749b699532f513f (patch)
tree3542639833cbf6b00a84ff606e592faa3ca7d332 /README.Win32
parent17fb7ead4b901f10c01c0824f594d91775b012b3 (diff)
downloadopenocd_libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.gz
openocd_libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.bz2
openocd_libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.xz
openocd_libswd-7c5acf8660ddfce4746152e03749b699532f513f.zip
whitespace cleanup, mostly for docs
Remove useless space/tab at end of lines. Remove spaces in indentation and replace with tab. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'README.Win32')
-rw-r--r--README.Win328
1 files changed, 4 insertions, 4 deletions
diff --git a/README.Win32 b/README.Win32
index bec4567a..6c690c9c 100644
--- a/README.Win32
+++ b/README.Win32
@@ -27,8 +27,8 @@ based JTAG debuggers.
http://sourceforge.net/projects/libusb-win32/
-You need to download the libusb-win32-device-bin-0.1.12.2.tar.gz
-package. Extract this file into a temp directory.
+You need to download the libusb-win32-device-bin-0.1.12.2.tar.gz
+package. Extract this file into a temp directory.
Copy the file libusb-win32-device-bin-0.1.12.2\include\usb.h
to your MinGW include directory.
@@ -59,10 +59,10 @@ released source tarball or the git tree.
If you are using the git tree, the following are the instructions from
README.mingw. You will need to have the cmake utility installed.
-- Edit Toolchain-mingw32.cmake to point to the correct MinGW
+- Edit Toolchain-mingw32.cmake to point to the correct MinGW
installation.
- Create a build directory like "mkdir build-win32", e.g in ../libftdi/
-- cd into that directory and run
+- cd into that directory and run
"cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-mingw32.cmake .."
- Copy src/ftdi.h to your MinGW include directory.
- Copy build-win32/src/*.a to your MinGW lib directory.