Skip to content

Instantly share code, notes, and snippets.

@jens-a-e
Created December 6, 2013 16:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jens-a-e/7827695 to your computer and use it in GitHub Desktop.
Save jens-a-e/7827695 to your computer and use it in GitHub Desktop.
Install nokogiri 1.5.10 on a synology DSM 4.3
# Make sure you have installed libxml2 via IPKG before like this:
# ipkg update && ipkg install libxml2
gem install nokogiri --version 1.5.10 -- --with-xml2-include=/opt/include/libxml2 --with-xml2-lib=/opt/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment