X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=README.macOS;h=91d5e9261bd81228f7025753114d7c0e4a0ebbb3;hp=c532e67c636d723ff897b644f6c49b912d5507ae;hb=d2033997871f8561d1406550c12508461f63de48;hpb=047df630187bf5d54731aeaada33c639c57daf66 diff --git a/README.macOS b/README.macOS index c532e67c63..91d5e9261b 100644 --- a/README.macOS +++ b/README.macOS @@ -27,14 +27,14 @@ With Homebrew you can either run: brew install [--HEAD] openocd (where optional --HEAD asks brew to install the current git version) or - brew install libtool automake libusb [libusb-compat] [hidapi] [libftdi] + brew install libtool automake libusb [hidapi] [libftdi] (to install the needed dependencies and then proceed with the manual building procedure) For building with MacPorts you need to run: sudo port install libtool automake autoconf pkgconfig \ - libusb [libusb-compat] [libftdi1] + libusb [libftdi1] You should also specify LDFLAGS and CPPFLAGS to allow configure to use MacPorts' libraries, so run configure like this: