]> git.sur5r.net Git - openocd/blobdiff - README.OSX
nrf51: Fix format string bugs in nrf51_info
[openocd] / README.OSX
index 5fec44f2013cd918baffa93234d35306f116c5ec..ceb1a4e831d842e5bb3cd8574075743b35478630 100644 (file)
@@ -9,11 +9,11 @@ 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]
+  brew install libtool automake libusb [libusb-compat] [hidapi]
 
 You should also specify LDFLAGS and CPPFLAGS to allow configure to use
 MacPorts' libraries, so run configure like this: