Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > rubygems/ext/configure_builderライブラリ > Gem::Ext::ConfigureBuilderクラス
クラスの継承リスト: Gem::Ext::ConfigureBuilder < Gem::Ext::Builder < Object < Kernel < BasicObject
configure スクリプトを元に拡張ライブラリをビルドするクラスです。
build(extension, directory, dest_path, results) -> Array
[permalink][rdoc][TODO]
Makefile が存在しない場合は、configure スクリプトを実行して Makefile を作成してから make を実行します。
[SEE_ALSO] Gem::Ext::Builder.make