477件ヒット
[201-300件を表示]
(0.028秒)
別のキーワード
ライブラリ
- e2mmap (6)
-
rubygems
/ command (72) -
rubygems
/ commands / which _ command (12) -
rubygems
/ ext (12) -
rubygems
/ ext / builder (60) -
rubygems
/ ext / configure _ builder (24) -
rubygems
/ ext / ext _ conf _ builder (24) -
rubygems
/ ext / rake _ builder (24) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ indexer (24) -
rubygems
/ installer (48) -
rubygems
/ package / tar _ input (12) -
rubygems
/ specification (48)
クラス
-
Gem
:: Command (72) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: Ext :: Builder (48) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: GemPathSearcher (12) -
Gem
:: Indexer (24) -
Gem
:: Installer (36) -
Gem
:: Package :: TarInput (12) -
Gem
:: Specification (48)
モジュール
キーワード
- Builder (12)
- ConfigureBuilder (12)
- Ext (12)
- ExtConfBuilder (12)
- ExtensionBuildError (12)
-
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 1 . 0 (4) - RakeBuilder (12)
-
add
_ extra _ args (12) -
add
_ specific _ extra _ args (12) -
app
_ script _ text (12) - build (36)
-
build
_ extensions (12) -
class
_ name (12) - compress (12)
-
extend
_ object (6) - extensions (12)
- extensions= (12)
-
extra
_ args (12) -
extra
_ args= (12) -
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
extract
_ entry (12) -
extract
_ files (12) -
lib
_ dirs _ for (12) - make (12)
- paranoid (12)
- redirector (12)
-
rubygems
/ ext (12) -
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) - run (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12)
検索結果
先頭5件
-
Gem
:: Installer # app _ script _ text -> String (9100.0) -
アプリケーションのための実行ファイルの雛形のテキストを返します。
アプリケーションのための実行ファイルの雛形のテキストを返します。 -
Gem
:: Installer # build _ extensions (9100.0) -
拡張ライブラリをビルドします。
...拡張ライブラリをビルドします。
拡張ライブラリをビルドするためのファイルタイプとして有効であるのは、
extconf.rb, configure script, Rakefile, mkmf_files です。... -
Gem
:: Specification # extensions -> [String] (9100.0) -
拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。
...拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。... -
Gem
:: Specification # extensions=(paths) (9100.0) -
拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストをセットします。
...拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストをセットします。
@param paths 拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを指定します。... -
Gem
:: Specification # extra _ rdoc _ files -> [String] (9100.0) -
RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。
RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。 -
Gem
:: Specification # extra _ rdoc _ files=(paths) (9100.0) -
RDoc でドキュメントを作成する際に使用する特別なファイルのリストをセットします。
RDoc でドキュメントを作成する際に使用する特別なファイルのリストをセットします。
@param paths RDoc でドキュメントを作成する際に使用する特別なファイルのリストを指定します。 -
Gem
:: Ext (9000.0) -
拡張ライブラリをビルドするためのモジュールです。
拡張ライブラリをビルドするためのモジュールです。 -
Gem
:: Installer :: ExtensionBuildError (9000.0) -
拡張ライブラリをビルド中にエラーが発生した場合に発生します。
拡張ライブラリをビルド中にエラーが発生した場合に発生します。 -
Gem
:: Ext :: ConfigureBuilder . build(extension , directory , dest _ path , results) -> Array (6112.0) -
@todo
...実行して
Makefile を作成してから make を実行します。
@param extension このメソッドでは使用しません。
@param directory
@param dest_path
@param results コマンドの実行結果を格納します。破壊的に変更されます。
@see Gem::Ext::Builder.make...