HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal.
This commit is contained in:
parent
b9d49761f7
commit
c4d97136e0
@ -210,9 +210,13 @@ Requirements:
|
|||||||
* ProtocolBuffer 2.5.0
|
* ProtocolBuffer 2.5.0
|
||||||
* CMake 2.6 or newer
|
* CMake 2.6 or newer
|
||||||
* Windows SDK or Visual Studio 2010 Professional
|
* Windows SDK or Visual Studio 2010 Professional
|
||||||
* Unix command-line tools from GnuWin32 or Cygwin: sh, mkdir, rm, cp, tar, gzip
|
|
||||||
* zlib headers (if building native code bindings for zlib)
|
* zlib headers (if building native code bindings for zlib)
|
||||||
* Internet connection for first build (to fetch all Maven and Hadoop dependencies)
|
* Internet connection for first build (to fetch all Maven and Hadoop dependencies)
|
||||||
|
* Unix command-line tools from GnuWin32: sh, mkdir, rm, cp, tar, gzip. These
|
||||||
|
tools must be present on your PATH.
|
||||||
|
|
||||||
|
Unix command-line tools are also included with the Windows Git package which
|
||||||
|
can be downloaded from http://git-scm.com/download/win.
|
||||||
|
|
||||||
If using Visual Studio, it must be Visual Studio 2010 Professional (not 2012).
|
If using Visual Studio, it must be Visual Studio 2010 Professional (not 2012).
|
||||||
Do not use Visual Studio Express. It does not support compiling for 64-bit,
|
Do not use Visual Studio Express. It does not support compiling for 64-bit,
|
||||||
@ -221,6 +225,8 @@ download here:
|
|||||||
|
|
||||||
http://www.microsoft.com/en-us/download/details.aspx?id=8279
|
http://www.microsoft.com/en-us/download/details.aspx?id=8279
|
||||||
|
|
||||||
|
Cygwin is neither required nor supported.
|
||||||
|
|
||||||
----------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------
|
||||||
Building:
|
Building:
|
||||||
|
|
||||||
|
@ -620,6 +620,9 @@ Release 2.7.0 - UNRELEASED
|
|||||||
HADOOP-11409. FileContext.getFileContext can stack overflow if default fs
|
HADOOP-11409. FileContext.getFileContext can stack overflow if default fs
|
||||||
misconfigured (Gera Shegalov via jlowe)
|
misconfigured (Gera Shegalov via jlowe)
|
||||||
|
|
||||||
|
HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt.
|
||||||
|
(Arpit Agarwal via wheat9)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
Reference in New Issue
Block a user