Repository: beam
Updated Branches:
  refs/heads/master 38208eaa4 -> 92021c5dc


[BEAM-1361] Update build prerequisites in the README.md


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/748cd2fa
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/748cd2fa
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/748cd2fa

Branch: refs/heads/master
Commit: 748cd2fa9398fa677b0680275e7d297d96300784
Parents: 38208ea
Author: Sergio Fernández <ser...@wikier.org>
Authored: Tue Jan 31 13:35:48 2017 +0100
Committer: Jean-Baptiste Onofré <jbono...@apache.org>
Committed: Wed Feb 1 07:51:47 2017 +0100

----------------------------------------------------------------------
 README.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/748cd2fa/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ddb168a..4f3bc0b 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ The key concepts in the Beam programming model are:
 
 Beam supports multiple language specific SDKs for writing pipelines against 
the Beam Model.
 
-Currently, this repository contains the Java and Python SDKs.
+Currently, this repository contains SDKs for both Java and Python.
 
 Have ideas for new SDKs or DSLs? See the 
[JIRA](https://issues.apache.org/jira/browse/BEAM/component/12328909/).
 
@@ -71,7 +71,19 @@ Have ideas for new Runners? See the 
[JIRA](https://issues.apache.org/jira/browse
 
 Please refer to the 
[Quickstart](http://beam.apache.org/get-started/quickstart/) available on our 
website.
 
-If you'd like to build and install the whole project from the source 
distribution, please use the standard `mvn clean install` command.
+If you'd like to build and install the whole project from the source 
distribution, you may need some additional tools installed 
+in your system. In a Debian-based distribution: 
+
+```
+sudo apt-get install \
+    openjdk-8-jdk \
+    maven \
+    python-setuptools \
+    python-pip
+```
+
+Then please use the standard `mvn clean install` command.
+
 
 ### Flink Runner
 

Reply via email to