Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created October 27, 2010 16:39
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 metaskills/649413 to your computer and use it in GitHub Desktop.
Save metaskills/649413 to your computer and use it in GitHub Desktop.
# Using MacPort libs for all RVM rubie installs.
export CC='/usr/bin/gcc-4.2'
export CFLAGS='-O2 -arch x86_64'
export LDFLAGS='-L/opt/local/lib'
export CPPFLAGS='-I/opt/local/include'
rvm install saidrubie -C --with-opt-dir=/opt/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment