Skip to content

Update advanced.md to provide workaround instructions for installing thin on macOS

Amy Troschinetz requested to merge workaround-thin-install-issues-on-macos into master

What does this Merge Request do?

The dependency thin does not properly gem install on macOS. For more details see: https://github.com/macournoyer/thin/issues/365

The workaround is to compile it with the cflags: -Wno-error=implicit-function-declaration. This can be added to the local bundle configuration by running:

bundle config --local build.thin --with-cflags='"-Wno-error=implicit-function-declaration"'

This MR adds this workaround to the macOS section of Advanced dependency instructions.

Merge Request checklist

  • [-] Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • [-] gdk doctor test added, if needed.
Edited by Amy Troschinetz

Merge request reports