HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools. Contributed by Colin Patrick McCabe

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1346148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-06-04 20:48:47 +00:00
parent 8bab8b7752
commit 1c6242e37c
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Requirements:
* Forrest 0.8 (if generating docs)
* Findbugs 1.3.9 (if running findbugs)
* ProtocolBuffer 2.4.1+ (for MapReduce and HDFS)
* Autotools (if compiling native code)
* CMake 2.6 or newer (if compiling native code)
* Internet connection for first build (to fetch all Maven and Hadoop dependencies)
----------------------------------------------------------------------------------

View File

@ -266,6 +266,9 @@ Release 2.0.1-alpha - UNRELEASED
HADOOP-8466. hadoop-client POM incorrectly excludes avro. (bmahe via tucu)
HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools.
(Colin Patrick McCabe via eli)
Release 2.0.0-alpha - UNRELEASED
INCOMPATIBLE CHANGES