Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flag to disable docs generation. #76

Closed
fesplugas opened this issue Sep 30, 2013 · 5 comments
Closed

Flag to disable docs generation. #76

fesplugas opened this issue Sep 30, 2013 · 5 comments

Comments

@fesplugas
Copy link
Contributor

No description provided.

@postmodern
Copy link
Owner

ruby-install ruby -- --disable-install-doc ;)

@fesplugas
Copy link
Contributor Author

usage: ruby-install [OPTIONS] [RUBY [VERSION]] [-- CONFIGURE_OPTS ...]

Options:

    -s, --src-dir DIR   Directory to download source-code into
    -i, --install-dir DIR   Directory to install Ruby into
    -p, --patch FILE    Patch to apply to the Ruby source-code
    -M, --mirror URL    Alternate mirror to download the Ruby archive from
    -u, --url URL       Alternate URL to download the Ruby archive from
    -m, --md5 MD5       MD5 checksum of the Ruby archive
    --no-download       Use the previously downloaded Ruby archive
    --no-verify     Do not verify the downloaded Ruby archive
    --no-install-deps   Do not install build dependencies before installing Ruby
    --no-reinstall      Skip installation if another Ruby is detected in same location
    -V, --version       Prints the version
    -h, --help      Prints this message

Examples:

    $ ruby-install ruby
    $ ruby-install ruby 2.0
    $ ruby-install ruby 2.0.0-p0
    $ ruby-install ruby -- --with-openssl-dir=...
    $ ruby-install -M https://ftp.ruby-lang.org/pub/ruby ruby
    $ ruby-install -M http://www.mirrorservice.org/sites/ftp.ruby-lang.org/pub/ruby ruby
    $ ruby-install -p https://raw.github.com/gist/4136373/falcon-gc.diff ruby 1.9.3

Maybe should be added to help.

@postmodern
Copy link
Owner

It's already stated that everything past the -- is passed directly to ./configure.

@havenwood
Copy link
Collaborator

@fesplugas The ruby-install options must precede the -- and don't duplicate the ./configure options.

@fesplugas
Copy link
Contributor Author

Closing the pull request then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants