From a7a1c8bec204e7a6bc813c8d103b405a7ff56859 Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Wed, 17 Jun 2015 14:09:01 -0400 Subject: Mention CLI configuration option passing. --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index fcba803..7ccae51 100644 --- a/README.rdoc +++ b/README.rdoc @@ -118,6 +118,10 @@ Simply calling compile like performs the entire compile and build process for you and places the resulting extension inside the lib directory of your project. +To pass dir_config options to the compilation, add to the command line: + + $ rake compile -- --with-foo-[dir|lib|bin|...]=/path/to/foo + NOTE: Please be aware that building C extensions requires the proper development environment for your Platform, including libraries, headers and build tools. Check your distro / vendor documentation on how to install -- cgit v1.2.1