You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by Apache Wiki <wi...@apache.org> on 2014/01/15 15:22:47 UTC

[Tajo Wiki] Update of "HowToContribute" by HyunsikChoi

Dear Wiki user,

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

The "HowToContribute" page has been changed by HyunsikChoi:
https://wiki.apache.org/tajo/HowToContribute?action=diff&rev1=8&rev2=9

  
  === Required Libraries ===
  ==== ProtocolBuffers ====
- The Tajo build requires [[https://developers.google.com/protocol-buffers|ProtocolBuffers]] 2.4.1. You must install ProtocolBuffer according to the package manager of your OS. You can check as follows if ProtocolBuffer is available:
+ The Tajo build requires [[https://developers.google.com/protocol-buffers|ProtocolBuffers]] 2.5.0. You must install ProtocolBuffer according to the package manager of your OS. You can check as follows if ProtocolBuffer is available:
  {{{
  $ protoc --version
- libprotoc 2.4.1
+ libprotoc 2.5.0
  }}}
  
  == Getting the source code ==