Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Created December 23, 2021 11:06
Show Gist options
  • Save donrestarone/bafecc2d5714191e8f086ae744e8f9e5 to your computer and use it in GitHub Desktop.
Save donrestarone/bafecc2d5714191e8f086ae744e8f9e5 to your computer and use it in GitHub Desktop.
rbenv ruby install build flags for M1 (apple silicon) mac
CFLAGS="-Wno-error=implicit-function-declaration" RUBY_CONFIGURE_OPTS='--with-readline-dir=/usr/local/opt/readline/' arch -x86_64 rbenv install 2.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment