X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=README.Win32;h=6c690c9cdcb3a4a2527353355b9ae7e4b315f551;hb=36df240cea04990e8c18aa0b90bd63374f22dbd3;hp=bec4567a26ea854ac9a4279fb3ac6222b5473778;hpb=03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8;p=openocd.git diff --git a/README.Win32 b/README.Win32 index bec4567a26..6c690c9cdc 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.