Return-Path: X-Original-To: apmail-avro-commits-archive@www.apache.org Delivered-To: apmail-avro-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53558C730 for ; Thu, 23 Aug 2012 21:35:52 +0000 (UTC) Received: (qmail 82024 invoked by uid 500); 23 Aug 2012 21:35:52 -0000 Delivered-To: apmail-avro-commits-archive@avro.apache.org Received: (qmail 81955 invoked by uid 500); 23 Aug 2012 21:35:51 -0000 Mailing-List: contact commits-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list commits@avro.apache.org Received: (qmail 81943 invoked by uid 99); 23 Aug 2012 21:35:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 21:35:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 21:35:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9BD9323889B8 for ; Thu, 23 Aug 2012 21:35:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1376709 - /avro/trunk/BUILD.txt Date: Thu, 23 Aug 2012 21:35:05 -0000 To: commits@avro.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120823213505.9BD9323889B8@eris.apache.org> Author: cutting Date: Thu Aug 23 21:35:05 2012 New Revision: 1376709 URL: http://svn.apache.org/viewvc?rev=1376709&view=rev Log: Add C# requirements. Modified: avro/trunk/BUILD.txt Modified: avro/trunk/BUILD.txt URL: http://svn.apache.org/viewvc/avro/trunk/BUILD.txt?rev=1376709&r1=1376708&r2=1376709&view=diff ============================================================================== --- avro/trunk/BUILD.txt (original) +++ avro/trunk/BUILD.txt Thu Aug 23 21:35:05 2012 @@ -9,6 +9,7 @@ The following packages must be installed - 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 - Ruby: ruby 1.86 or greater, ruby-dev, gem, rake, echoe, yajl-ruby - Apache Ant 1.7 - Apache Forrest 0.8 (for documentation)