Skip to content

Instantly share code, notes, and snippets.

@jnslxndr
Created December 6, 2013 16:28
Show Gist options
  • Save jnslxndr/7827695 to your computer and use it in GitHub Desktop.
Save jnslxndr/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