648件ヒット
[601-648件を表示]
(0.079秒)
別のキーワード
ライブラリ
-
drb
/ acl (12) -
irb
/ extend-command (12) - mkmf (36)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (72) -
rubygems
/ doc _ manager (48) -
rubygems
/ indexer (12) -
rubygems
/ installer (216) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (132) - un (24)
クラス
- ACL (12)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (72) -
Gem
:: DocManager (48) -
Gem
:: Indexer (12) -
Gem
:: Installer (216) -
Gem
:: RemoteFetcher (12) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (132)
モジュール
-
Gem
:: InstallUpdateOptions (24) -
IRB
:: ExtendCommandBundle (12) - Kernel (60)
キーワード
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
build
_ extensions (12) -
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
ensure
_ dependency (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
gather
_ dependencies (12) -
gem
_ home (24) -
gems
_ to _ install (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
install
_ alias _ method (12) -
install
_ files (12) -
install
_ indices (10) -
install
_ indicies (2) -
install
_ list (12) -
install
_ rb (12) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - mkmf (12)
-
path
_ ok? (12) -
rdoc
_ installed? (12) - remove (12)
-
remove
_ all (12) -
remove
_ executables (12) - shebang (12)
- spec (24)
- uninstall (12)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭4件
-
Gem
:: RemoteFetcher # download(spec , source _ uri , install _ dir = Gem . dir) -> String (108.0) -
source_uri から取得した Gem パッケージをキャッシュディレクトリに配置します。
...。
@param spec Gem::Specification のインスタンスを指定します。
@param source_uri 取得先の URI を指定します。
@param install_dir ダウンロードしたファイルの配置先を指定します。
@return ローカルにコピーした Gem ファイルのパスを返... -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (101.0) -
更新が必要な Gem のリストを返します。
更新が必要な Gem のリストを返します。 -
Kernel
# create _ makefile(target , srcprefix = nil) -> true (7.0) -
@todo
...test/
foo.c
このようにします。
require 'mkmf'
create_makefile('test/foo', 'test')
このようにして作った Makefile で 'make install' すると拡張ライブラリは、
以下のパスにインストールされます。
/path/to/ruby/sitearchdir/test/foo.so... -
Kernel
# mkmf -> () (7.0) -
mkmf を使って Makefile を作成します。
...成します。
ruby -run -e mkmf -- [OPTION] EXTNAME [OPTION]
-d ARGS run dir_config
-h ARGS run have_header
-l ARGS run have_library
-f ARGS run have_func
-v ARGS run have_var
-t ARGS run have_type
-m ARGS run have_macro
-c ARGS run have_const
--vendor install to vendor_ruby...