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

NOKOGIRI_USE_SYSTEM_LIBRARIES is not documented #1052

Closed
p-originate opened this issue Feb 18, 2014 · 6 comments
Closed

NOKOGIRI_USE_SYSTEM_LIBRARIES is not documented #1052

p-originate opened this issue Feb 18, 2014 · 6 comments
Assignees

Comments

@p-originate
Copy link

http://nokogiri.org/tutorials/installing_nokogiri.html says nothing about the subject.

@knu
Copy link
Member

knu commented May 7, 2014

@flavorjones Last month I added a --help option to ext/nokogiri/extconf.rb. Could you reflect the instructions to nokogiri.org-tutorials and push it to nokogiri.org?

@cbandy
Copy link

cbandy commented May 8, 2014

@knu I just noticed that the extconf.rb shipped with 1.6.1 appears to be from 1.6.0. The --help option is not present in the 1.6.1 gem.

Unrelated!

@flavorjones
Copy link
Member

The --use-system-libraries option, along with most of the other available options, is now documented in the installation tutorial at http://www.nokogiri.org/tutorials/installing_nokogiri.html

@tibbon
Copy link

tibbon commented Jul 30, 2018

That raises an error for me now:

gem install nokogiri --use-system-libraries -v '1.8.4' --source 'https://rubygems.org/'
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --use-system-libraries

@ar7max
Copy link

ar7max commented Jul 30, 2018

@tibbon
An example from this page:
gem install nokogiri -- --use-system-libraries

`

@flavorjones
Copy link
Member

@tibbon please make sure you've got -- in your gem install command before you use --use-system-libraries.

You used:

gem install nokogiri --use-system-libraries

but the documented syntax is

gem install nokogiri -- --use-system-libraries

Finally, this issue has been closed for over three years. If you have any further issues, please reach out on the nokogiri-talk mailing list, gitter, IRC, or open a new issue. Thanks!

@sparklemotion sparklemotion locked as resolved and limited conversation to collaborators Jul 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants