summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrse <srse@users.noreply.github.com>2016-10-18 19:22:29 +0200
committerGitHub <noreply@github.com>2016-10-18 19:22:29 +0200
commit375aa65a00d6e3674a7ea1b3825cd6434c0a44b1 (patch)
tree471a6332944ce97fba1ff07aa07899b26031cbd6
parentc52ceb173288073a321a94b401243ff40110d910 (diff)
downloadffi-375aa65a00d6e3674a7ea1b3825cd6434c0a44b1.tar.gz
Updated README.md
added requirements hint for linux systems running with PaX (see https://github.com/djberg96/sys-filesystem/issues/17 for details)
-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: