You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/02/17 00:06:50 UTC

svn commit: r910748 - /hadoop/avro/trunk/README.txt

Author: cutting
Date: Tue Feb 16 23:06:48 2010
New Revision: 910748

URL: http://svn.apache.org/viewvc?rev=910748&view=rev
Log:
AVRO-318.  Clarify some build requirements.

Modified:
    hadoop/avro/trunk/README.txt

Modified: hadoop/avro/trunk/README.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/README.txt?rev=910748&r1=910747&r2=910748&view=diff
==============================================================================
--- hadoop/avro/trunk/README.txt (original)
+++ hadoop/avro/trunk/README.txt Tue Feb 16 23:06:48 2010
@@ -8,17 +8,18 @@
 
 The following packages must be installed before Avro can be built:
 
- - Java: JDK 1.6
+ - Java: JDK 1.6 and 1.5 (for Forrest docs)
  - Python: 2.5 or greater, python-setuptools for dist target
  - C: gcc, autoconf, automake, libtool, asciidoc 
  - C++: g++, flex, bison, libboost-dev
  - Ruby: ruby 1.86 or greater, gem, rake, echoe, jajl-ruby
  - Apache Ant 1.7
  - Apache Forrest 0.8 (for documentation, requires Java 1.5)
+ - md5sum, sha1sum, used by top-level dist target
 
 BUILDING
 
-One the requirements are installed, build.sh can used as follows:
+Once the requirements are installed, build.sh can used as follows:
 
  './build.sh test' runs tests for all languages
  './build.sh dist' creates all release distribution files in dist/