X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=README.Windows;h=f923228af877b2e71afb6dc76e4dfbb69bd9794c;hp=1e9c49631d32dd2d088afe69cea904db249723ab;hb=191a5736c202dfb784e86a8190edc64e80dc62e5;hpb=10df176b0fb932d61f0dc5d6bfd0a0942501fc40 diff --git a/README.Windows b/README.Windows index 1e9c49631d..f923228af8 100644 --- a/README.Windows +++ b/README.Windows @@ -5,6 +5,18 @@ You can build OpenOCD for Windows natively with either MinGW/MSYS or Cygwin. Alternatively, one can cross-compile it using MinGW on a *nix host. See README for the generic instructions. +Native MinGW/MSYS compilation +----------------------------- + +As MSYS doesn't come with pkg-config pre-installed, you need to add it +manually. The easiest way to do that is to download pkg-config-lite +from: + + http://sourceforge.net/projects/pkgconfiglite/ + +Then simply unzip the archive to the root directory of your MSYS +installation. + USB adapters ------------