Numerous pedantic fixes to the User's Guide, including typo fixes,
[fw/openocd] / README.OSX
index 5fec44f2013cd918baffa93234d35306f116c5ec..2a023f16fdc1148c50f1fc8e94f158805244c760 100644 (file)
@@ -9,9 +9,9 @@ There are a few prerequisites you will need first:
   or
 - Homebrew (http://mxcl.github.io/homebrew/)
 
-libtool, automake, autoconf and libusb can be easily installed via
-MacPorts:
-  sudo port install libtool automake autoconf libusb [libusb-compat]
+libtool, automake, autoconf, pkg-config and libusb can be easily
+installed via MacPorts:
+  sudo port install libtool automake autoconf pkgconfig libusb [libusb-compat]
 or with Homebrew:
   brew install libtool automake libusb [libusb-compat]