NO-JIRA: Updated INSTALL.md ruby requirements for fedora >=25
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ec1d1a3f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ec1d1a3f Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ec1d1a3f Branch: refs/heads/PROTON-1488 Commit: ec1d1a3fde6634b1f3aeffd3260b832812898d5c Parents: 33609f5 Author: Alan Conway <[email protected]> Authored: Wed May 24 20:10:33 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Wed May 24 20:10:33 2017 -0400 ---------------------------------------------------------------------- INSTALL.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ec1d1a3f/INSTALL.md ---------------------------------------------------------------------- diff --git a/INSTALL.md b/INSTALL.md index a4803ef..8de93fe 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,6 +24,7 @@ package for that language: $ yum install swig # Required for all bindings $ yum install python-devel # Python $ yum install ruby-devel rubygem-rspec rubygem-simplecov # Ruby + $ yum install rubygem-test-unit # Ruby on fedora >= 25 $ yum install pphp-devel # PHP $ yum install perl-devel # Perl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
