Skip to content

Commit

Permalink
Document openscap lib required for openscap gem to work
Browse files Browse the repository at this point in the history
Unusually, since the gem uses FFI at runtime, you don't need this lib
for `bundle install` to succeed, but `require 'openscap'` will fail.
  • Loading branch information
cben committed Feb 13, 2017
1 parent b7edd22 commit fde48dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
rpm -q --whatprovides npm || sudo dnf -y install npm # For CentOS 7, Fedora 23 and older
sudo dnf -y install openssl-devel # For rubygems
sudo dnf -y install cmake # For rugged Gem
sudo dnf -y install openscap # For openscap Gem
```

* Install the _Bower_ package manager
Expand Down

0 comments on commit fde48dc

Please sign in to comment.