Author: eli
Date: Mon Jun 4 20:50:38 2012
New Revision: 1346149
URL: http://svn.apache.org/viewvc?rev=1346149&view=rev
Log:
HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools.
Contributed by Colin Patrick McCabe
Modified:
hadoop/common/branches/branch-2/BUILDING.txt
Modified: hadoop/common/branches/branch-2/BUILDING.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/BUILDING.txt?rev=1346149&r1=1346148&r2=1346149&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/BUILDING.txt (original)
+++ hadoop/common/branches/branch-2/BUILDING.txt Mon Jun 4 20:50:38 2012
@@ -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)
----------------------------------------------------------------------------------