Versions Compared

Key

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

...

Code Block
langnone
$ make
$ sudo make install

Home Brew prerequisites

As part of getting Brew running, you have already installed XCode. If not, go back and do so, and read the instructions to get running with Brew. Once you have it all setup, if you are building from an official Traffic Server release, all you need to install is the PCRE package:

Code Block
langnone

$ brew install pcre

If however you are installing from the git source code repository, in addition to PCRE you must also install the Gnu Auto-tools:

Code Block
langnone

$ brew install autoconfig automake libtool
  • Mac Ports - package retrieval and installation system.
  • Homebrew - package retrieval and installation system.
  • Xcode - if you want to use the latest version of GCC from Apple. Requires free registration to get to the download page.
  • PCRE - required software for building Traffic Server from the source.