Versions Compared

Key

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

...

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

Code Block
langnone
$ svngit checkout \
  httpclone https://svngit-wip-us.apache.org/repos/asf/trafficserver/traffic/trunk \
  traffic-trunk.svn  # get the latest code from the ASF SVN repository.git

Run autoreconf to generate the configure script:

...