From 2792df7640fee7f13415908ef4a9805bd3a951d2 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 4 Jun 2012 20:50:38 +0000 Subject: [PATCH] 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/branches/branch-2@1346149 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 2 +- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index de3d45bf512..b0a2740d663 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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) ---------------------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 1204fbec492..19e5729b03b 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -66,6 +66,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