TS-1934 Update the README since the old build instructions do not work.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0da9a090 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0da9a090 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0da9a090 Branch: refs/heads/3.3.x Commit: 0da9a090f258ec490f7a3cee0d0a1b041249e134 Parents: 474ac1f Author: Leif Hedstrom <[email protected]> Authored: Mon Jun 3 10:45:28 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Mon Jun 3 10:45:28 2013 -0600 ---------------------------------------------------------------------- plugins/experimental/geoip_acl/README | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0da9a090/plugins/experimental/geoip_acl/README ---------------------------------------------------------------------- diff --git a/plugins/experimental/geoip_acl/README b/plugins/experimental/geoip_acl/README index bcb4f0a..9694218 100644 --- a/plugins/experimental/geoip_acl/README +++ b/plugins/experimental/geoip_acl/README @@ -10,13 +10,10 @@ Building ======== The build and installation requires a full installation of Apache Traffic -Server v3.0.0 or later. In particular, the include files must be available, -and the tsxs build script should be in the path (or modify the Makefile). - - % gmake - % sudo gmake install - +Server v3.0.0 or later. A prerequisite for this is an installation of the +MaxMind GeoIP libraries and include files. E.g. GeoIP-devel. + Configuration =============
