Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ brew install automake autoconf libtool pcre openssl
$ brew link --force openssl

On certain versions of macOS / OS X and Xcode, you will also have to install libxml2:

...

From the checkout directory, run `configure` to generate the Makefile files. You may need to specify the base path where the development files (headers and libraries) for PCRE are installed, e.g. if you installed pcre with MacPorts, you will need to specify the directory '/opt/local'. No additional options are needed when When building against Homebrew., specify the openssl library with --with-openssl=/usr/local/opt/openssl

Code Block
langnone
$ ./configure

...