Updated Branches: refs/heads/master eefd111a8 -> 00d48fab8
update build instructions Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/00d48fab Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/00d48fab Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/00d48fab Branch: refs/heads/master Commit: 00d48fab888d7d813c753f6f0df603d9109d74cc Parents: eefd111 Author: Igor Galic <[email protected]> Authored: Wed Sep 19 03:09:39 2012 +0200 Committer: Igor Galic <[email protected]> Committed: Wed Sep 19 03:09:39 2012 +0200 ---------------------------------------------------------------------- README | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/00d48fab/README ---------------------------------------------------------------------- diff --git a/README b/README index 3ec4ec2..e78b330 100644 --- a/README +++ b/README @@ -46,6 +46,8 @@ plugins to build large scale web applications. expat-devel pcre libcap-devel + hwloc-devel (optional) + liblua-devel (optional) Fedora 8 EC2 (Kernel: 2.6.21.7-2.ec2.v1.2.fc8xen): FC8 on EC2 requires unique configure declarations, please see that section @@ -65,7 +67,6 @@ plugins to build large scale web applications. openssl-devel tcl-devel expat-devel - db4-devel pcre Ubuntu 8.* ,9.*, 10.*, 11.*: @@ -79,6 +80,8 @@ plugins to build large scale web applications. libexpat-dev libpcre3-dev libcap-dev + libhwloc-dev (optional) + liblua5.1-dev (optional) Ubuntu EC2 9.10: NOTE: Alternately you may use the install scripts in 'contrib' which @@ -96,9 +99,12 @@ plugins to build large scale web applications. expat libexpat-dev libpcre3-dev + libhwloc-dev (optional) + liblua-dev (optional) - FreeBSD 7.2,8.0: - GCC 4.2.1 compiler suite + FreeBSD 7.2,8.0,9.0: + GCC 4.2.1 compiler suite or clang + gmake autoconf automake libtool @@ -106,6 +112,8 @@ plugins to build large scale web applications. expat openssl pcre + hwloc (optional) + lua (optional) OpenSolaris osol0906: GCC 4.3.2 compiler suite (dev collection) @@ -182,6 +190,13 @@ the installation with ./configure --disable-eventfd make +4c. Instructions for building on FreeBSD + + The only difference is how to run configure and make: + + MAKE=gmake ./configure # make sure that gmake is the make we use + gmake + 5. INSTALLATION
