From: Brian M. <mcc...@fo...> - 2003-09-10 20:00:05
|
Defaults for config options Options for config: --prefix=path path prefix of target environment [/Users/mccallister/opt/apps/ruby-1.8.0] --install-prefix=path path prefix to install [$prefix] --std-ruby=path the directory for standard ruby libraries [$install-prefix/lib/ruby/1.8] --site-ruby=path the directory for non-standard ruby libraries [$install-prefix/lib/ruby/site_ruby/1.8] --bin-dir=path the directory for commands [$install-prefix/bin] --rb-dir=path the directory for ruby scripts [$site-ruby] --so-dir=path the directory for ruby extentions [$install-prefix/lib/ruby/site_ruby/1.8/powerpc-darwin] --data-dir=path the directory for shared data [$install-prefix/share] --ruby-path=path path to set to #! line [/Users/mccallister/opt/apps/ruby-1.8.0/bin/ruby] --ruby-prog=name the ruby program using for installation [/Users/mccallister/opt/apps/ruby-1.8.0/bin/ruby] --make-prog=name the make program to compile ruby extentions [make] --without-ext does not compile/install ruby extentions [no] --install-root=path path to the root directory for Frameworks and "ProjectBuilder Extras" [] --frameworks=path path to the directory for installing RubyCocoa.framework [/Library/Frameworks] --projectbuilder-extras=path path to the directory for "ProjectBuilder Extras" [/Developer/ProjectBuilder Extras] --examples=path path to the directory for Examples [/Developer/Examples] --documentation=path path to the directory for Documentation [/Developer/Documentation] --framework-name=name real name for RubyCocoa framework [RubyCocoa] --ruby-header-dir=path path to the ruby header directory [/Users/mccallister/opt/apps/ruby-1.8.0/lib/ruby/1.8/powerpc-darwin] --libruby-path=path path to the libruby file [/Users/mccallister/opt/apps/ruby-1.8.0/lib/libruby-static.a] --rubycocoa-version=name RubyCocoa version [0.4.0] --rubycocoa-release-date=name RubyCocoa release date [2002-12-28] --rbconfig=path your rbconfig.rb to load [running ruby's] Options for install: --no-harm only display what to do if given [off] On Tuesday, September 9, 2003, at 09:31 PM, FUJIMOTO Hisakuni wrote: > YOUR_RUBY_COMMAND install.rb config YOUR_OPTIONS > --libruby-path=FULL_PATH_OF_YOUR_LIBRUBY_A |