summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec4a57f..2920fb2 100644
--- a/README.md
+++ b/README.md
@@ -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 (Gentoo, Alpine, etc.) you may need to disable mprotect for ruby (`paxctl -m [/path/to/ruby]`).
+
## Installation
From rubygems: