Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by NigelDaley:
http://wiki.apache.org/hadoop/HowToRelease

The comment on the change is:
added librecordio to build

------------------------------------------------------------------------------
  
    1. Use a 64-bit Linux system, so that we can 
[http://hadoop.apache.org/core/docs/current/native_libraries.html build native 
code] for both 32- and 64-bit architectures.
  
-   1. Have a recent version of Eclipse installed, so that the eclipse plugin 
will build.
+   1. Have a recent version of [http://www.eclipse.org/ Eclipse] installed, so 
that the eclipse plugin will build.
  
-   1. Have JDiff 1.1.1 or later installed.
+   1. Have [http://jdiff.sourceforge.net/ JDiff] 1.1.1 or later installed.
+ 
+   1. Have [http://xerces.apache.org/xerces-c/download.cgi Xerces C] 2.8.x 
installed.
  
  = Building =
  
@@ -68, +70 @@

  export JAVA_HOME=/path/to/32bit/jdk
  export CFLAGS=-m32
  export CXXFLAGS=-m32
- ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true -Dlibhdfs=1 
-Declipse.home=/usr/lib/eclipse -Djdiff.home=/usr/local/jdiff clean 
package-libhdfs api-report tar test test-libhdfs
+ ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true -Dlibhdfs=1 
-Dlibrecordio=true -Dxercescroot=/usr/local/xerces-c 
-Declipse.home=/usr/lib/eclipse -Djdiff.home=/usr/local/jdiff clean 
package-libhdfs api-report tar test test-libhdfs
  export JAVA_HOME=/path/to/64bit/jdk
  export CFLAGS=-m64
  export CXXFLAGS=-m64

Reply via email to