summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2020-12-05 18:42:46 +0100
committerLars Kanis <lars@greiz-reinsdorf.de>2020-12-05 18:42:46 +0100
commit16734a3060621379bc1c7ae54da58fa2df50e3e3 (patch)
tree80126d793cf57eca4148157cd4f5af77883a2050
parentc2d4cb74e522fc281cca568da9fd5846b6c39064 (diff)
downloadffi-16734a3060621379bc1c7ae54da58fa2df50e3e3.tar.gz
Describe install options in README
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c1065e..0238331 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,13 @@ or from the git repository on github:
bundle install
rake install
+### Install options:
+
+* `--enable-system-libffi` : Force usage of system libffi
+* `--disable-system-libffi` : Force usage of builtin libffi
+* `--enable-libffi-alloc` : Force closure allocation by libffi
+* `--disable-libffi-alloc` : Force closure allocation by builtin method
+
## License
The ffi library is covered by the BSD license, also see the LICENSE file.