aboutsummaryrefslogtreecommitdiff
path: root/README.Windows
diff options
context:
space:
mode:
Diffstat (limited to 'README.Windows')
-rw-r--r--README.Windows12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.Windows b/README.Windows
index 1e9c4963..f923228a 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
------------