Sean Busbey created AVRO-2020:
---------------------------------
Summary: Update BUILD instructions with correct versions for
language-specific libraries
Key: AVRO-2020
URL: https://issues.apache.org/jira/browse/AVRO-2020
Project: Avro
Issue Type: Task
Components: community, doc
Affects Versions: 1.8.1, 1.7.7, 1.9.0
Reporter: Sean Busbey
Priority: Critical
Fix For: 1.7.8, 1.9.0, 1.8.3
our BUILD instructions current list a few things I know are wrong (Ruby 1.8
support) and some things I'm pretty sure are wrong (Java 1.6 support).
we should do a pass checking all the languages.
{code}
REQUIREMENTS
The following packages must be installed before Avro can be built:
- Java: JDK 1.6, Maven 2 or better, protobuf-compile
- PHP: php5, phpunit, php5-gmp
- Python: 2.5 or greater, python-setuptools for dist target
- C: gcc, cmake, asciidoc, source-highlight
- C++: cmake 2.8.4 or greater, g++, flex, bison, libboost-dev
- C#: mono-devel mono-gmcs nunit
- JavaScript: nodejs, npm
- Ruby: ruby 1.86 or greater, ruby-dev, gem, rake, echoe, yajl-ruby
- Perl: perl 5.8.1 or greater, gmake, Module::Install,
Module::Install::ReadmeFromPod, Module::Install::Repository,
Math::BigInt, JSON::XS, Try::Tiny, Regexp::Common, Encode,
IO::String, Object::Tiny, Compress::ZLib, Test::More,
Test::Exception, Test::Pod
- Apache Ant 1.7
- Apache Forrest 0.8 (for documentation)
- md5sum, sha1sum, used by top-level dist target
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)