Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #533 from srse/gentoo_hint_for_readme
Updated README.md
  • Loading branch information
tduehr committed Nov 11, 2016
2 parents d73b7ba + f6b5894 commit cd1ea5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,8 @@ At a minimum, you will need:
* A C compiler (e.g. Xcode on OSX, gcc on everything else)
* libffi development library - this is commonly in the libffi-dev or libffi-devel

On Linux systems running with [PaX](https://en.wikipedia.org/wiki/PaX) (Gentoo, Alpine, etc.) FFI may trigger `mprotrect` errors. You may need to disable [mprotect](https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options#Restrict_mprotect.28.29) for ruby (`paxctl -m [/path/to/ruby]`) for the time being until a solution is found.

## Installation

From rubygems:
Expand Down

0 comments on commit cd1ea5c

Please sign in to comment.