Versions Compared

Key

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

This page documents the requirements and special instructions for building Traffic Server on Fedora platforms. Please let us know if you had to install additional packages on your installations.

Fedora 12 -

...

15

The required packages for building can be installed using the following yum command:

Code Block
sudo yum install make automake libtool gcc-c++ openssl-devel tcl-devel expat-devel  pcre-devel

It's also recommended that the following packages are installed, but they are not required (and they come pre-install on many systems):

Code Block

sudo yum install libcap libcap-devel

Subversion and Git

To use git and subversion with any of the Fedora releases, the following packages needs to be installed:

...