detroit-extconf
- compile ruby extensions
The ExtConf tool utilizes extconf.rb
script and Autotools standard
Makefile
to compile native extensions.
By necessity this tool shells out to the command line. On Windows
system this plug-in uses nmake
rather than make
.
Please note this is a very basic extension compiler plug-in. It could use some effort made to improve it, or be supplanted by a more capable plug-in, such as one based on rake-compiler.
All extensions must be located within the project ext/
directory.
static
- Compile statically. This applies only to compile phase
and defaults to false
.Since there are so few options, the typical usage is simply:
extconf:
static: false
For more information:
Copyright (c) 2010 Rubyworks
Detroit ExtConf is distributable in accordance with the GPLv3 license.
detroit(1)