Updated Branches: refs/heads/master 0689331ff -> 8a71671cb
document requirements for tstop build tstop requires curses and curl to build, I'm adding those for Ubuntu right now only, because I have no idea what their names are in the other OSes/Distros. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ac4330f0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ac4330f0 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ac4330f0 Branch: refs/heads/master Commit: ac4330f0c1e998166a4df11b31991b167c15fecd Parents: 0689331 Author: Igor GaliÄ <[email protected]> Authored: Sun Aug 18 15:47:26 2013 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Sun Aug 18 15:47:26 2013 +0200 ---------------------------------------------------------------------- README | 4 ++++ doc/admin/getting-started.en.rst | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ac4330f0/README ---------------------------------------------------------------------- diff --git a/README b/README index 864f232..82e955c 100644 --- a/README +++ b/README @@ -112,6 +112,8 @@ plugins to build large scale web applications. flex (optional, required for e.g. WCCP) libhwloc-dev (optional, highly recommended) liblua5.1-dev or libluajit-5.1-dev (optional) + libncurses5-dev (optional, required for e.g.: tstop) + libcurl4-openssl-dev (optional, required for e.g.: tstop) Ubuntu EC2 9.10: NOTE: Alternately you may use the install scripts in 'contrib' which @@ -134,6 +136,8 @@ plugins to build large scale web applications. flex (optional) libhwloc-dev (optional, highly recommended) liblua-dev (optional) + libncurses5-dev (optional, required for e.g.: tstop) + libcurl3-openssl-dev (optional, required for e.g.: tstop) FreeBSD 7.2,8.0,9.0,9.1 GCC 4.2.1 compiler suite or clang. You can install the following http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ac4330f0/doc/admin/getting-started.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/getting-started.en.rst b/doc/admin/getting-started.en.rst index fe086b7..4e8ba78 100644 --- a/doc/admin/getting-started.en.rst +++ b/doc/admin/getting-started.en.rst @@ -72,11 +72,12 @@ In order to build Traffic Server from source you will need the following - tcl - expat - pcre -- pcre - libcap - flex (for TPROXY) - hwloc - lua +- curses +- curl (both for tstop) if you're building from a git clone, you'll also need
