You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/09/29 13:20:14 UTC

qpid-proton git commit: NO-JIRA: Add missing dependencies to INSTALL.md for ruby binding.

Repository: qpid-proton
Updated Branches:
  refs/heads/master ce80f9d72 -> b7e44c420


NO-JIRA: Add missing dependencies to INSTALL.md for ruby binding.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b7e44c42
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b7e44c42
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b7e44c42

Branch: refs/heads/master
Commit: b7e44c42081eb9ad7adda33630d3561e41e20086
Parents: ce80f9d
Author: Alan Conway <ac...@redhat.com>
Authored: Thu Sep 29 09:19:53 2016 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Thu Sep 29 09:19:53 2016 -0400

----------------------------------------------------------------------
 INSTALL.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b7e44c42/INSTALL.md
----------------------------------------------------------------------
diff --git a/INSTALL.md b/INSTALL.md
index 704237c..422b606 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -23,7 +23,11 @@ package for that language:
     $ yum install cyrus-sasl-devel
 
     # dependencies needed for bindings
-    $ yum install swig python-devel ruby-devel php-devel perl-devel
+    $ yum install swig          # Required for all bindings
+    $ yum install python-devel                               # Python
+    $ yum install ruby-devel rubygem-rspec rubygem-simplecov # Ruby
+    $ yum install pphp-devel                                 # PHP
+    $ yum install perl-devel                                 # Perl
 
     # dependencies needed for java (note that any non-ancient jvm will
     # work, 1.8.0 is just what is current for fedora 23)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org