From 72c71dbf27c0f829cc79072605a3a60d33afb4bf Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 26 Feb 2013 16:28:24 -0800 Subject: [PATCH] update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af96e8a623..171284060b 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,18 @@ performance protocol servers & clients. ## How to build +For the detailed information about building and developing Netty, please visit [the developer guide](http://netty.io/wiki/developer-guide.html). This page only gives very basic information. + You require the following to build Netty: -* JDK 7 -* Latest stable [Maven](http://maven.apache.org) +* Latest stable [Oracle JDK 7](ihttp://www.oracle.com/technetwork/java/) +* Latest stable [Apache Maven](http://maven.apache.org/) Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0) is enough to run your Netty-based application. ## Branches -* `master` - 4.0 -* `3` - 3.x +* [4.0](https://github.com/netty/netty) +* [3.x](https://github.com/netty/netty/tree/3)