Skip to content

Instantly share code, notes, and snippets.

@twopoint718
Created March 4, 2019 15:26
Show Gist options
  • Save twopoint718/85db85772fc091a7cf38f1e396e380f1 to your computer and use it in GitHub Desktop.
Save twopoint718/85db85772fc091a7cf38f1e396e380f1 to your computer and use it in GitHub Desktop.
Nokogiri on MacOS Mojave (10.14)
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