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:

Code Block
$ brew install libxml2
$ brew link --force libxml2

After you have PCRE development libraries installed on your system, you should get the Traffic Server code with with git.

Code Block
langnone
$ git clone https://github.com/apache/trafficserver.git

...