You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2012/01/04 12:05:20 UTC

[Hadoop Wiki] Trivial Update of "QwertyManiac/BuildingHadoopTrunk" by QwertyManiac

Dear Wiki user,

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

The "QwertyManiac/BuildingHadoopTrunk" page has been changed by QwertyManiac:
http://wiki.apache.org/hadoop/QwertyManiac/BuildingHadoopTrunk?action=diff&rev1=1&rev2=2

Comment:
rev

    3. On Ubuntu, do {{{apt-get install protobuf}}}
    4. (The list can go on, but you get the idea, and you have access to a web search engines…)
    5. Do ensure the version is right with a {{{protoc --version}}}
- 3. '''Optional''': Install all the usual build essentials like '''gcc''', '''autoconf''', '''make''', '''zlib''', etc. for various native-code components you may want to hack on.
+ 3. '''Optional''': Install all the usual build/development essentials like '''gcc''', '''autoconf''', '''automake''', '''make''', '''zlib''', etc. for various native-code components you may want to hack on.
  4. Enter the top level checkout directory ({{{hadoop}}}) and issue {{{mvn install -DskipTests}}} to kick off the compile.