Created
March 4, 2019 15:26
-
-
Save twopoint718/85db85772fc091a7cf38f1e396e380f1 to your computer and use it in GitHub Desktop.
Nokogiri on MacOS Mojave (10.14)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install nokogiri -- \ | |
--use-system-libraries \ | |
--with-iconv-dir=$(brew --prefix libiconv) \ | |
--with-xml2-include=$(brew --prefix libxml2)/include/libxml2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment