Add install reqs to contributing docs 74/55574/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 4 Dec 2015 22:42:31 +0000 (17:42 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
Add system-level dependencies required for `bundle install`,
specifically the nokogiri gem compile.

Change-Id: Id3e56286fb3f170139d97f9f2638e3dd88628d3d
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
CONTRIBUTING.markdown

index 7da349105b3ee536c32c0b200b4d594367195780..085948f6942f961bef7155eec5c3a9e3e17abd23 100644 (file)
@@ -101,7 +101,8 @@ The testing tools have a number of dependencies. We use [Bundler][10] to make
 installing them easy.
 
 ```
-[~/puppet-opendaylight]$ sudo yum install -y rubygems ruby-devel gcc-c++ zlib-devel patch
+[~/puppet-opendaylight]$ sudo yum install -y rubygems ruby-devel gcc-c++ zlib-devel \
+                                             patch redhat-rpm-config make
 [~/puppet-opendaylight]$ gem install bundler
 [~/puppet-opendaylight]$ bundle install
 [~/puppet-opendaylight]$ bundle update