Skip to content

Instantly share code, notes, and snippets.

@nmeylan
Created October 22, 2014 07:00
Show Gist options
  • Save nmeylan/a2366daf24ea47a13aba to your computer and use it in GitHub Desktop.
Save nmeylan/a2366daf24ea47a13aba to your computer and use it in GitHub Desktop.
Qt binding installation OSX 10.10
brew install qt
# Install ruby version with following options.
CC=clang CONFIGURE_OPTS="--with-gcc=clang --enable-shared" rvm install 'version'
gem install qtbindings
# It's work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment