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 - 21

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

...

Code Block
sudo yum install libcap libcap-devel hwloc hwloc-devel ncurses-devel libcurl-devel

If the unwind library is available, install this to get support for the crash log feature:

...

Code Block
sudo yum install autoconf automake libellibtool

To enable WCCP you will need flex and bison. These should be recent enough to work.

...

For more details how to use Git with our source, please see our Git GitHub page.

configure and build

For more details, see the Building page

...