Skip to content

Instantly share code, notes, and snippets.

@siuying
Created February 25, 2012 05:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siuying/1906600 to your computer and use it in GitHub Desktop.
Save siuying/1906600 to your computer and use it in GitHub Desktop.
Install qtbindings on Mac OS X Lion with homebrew
brew install qt
brew install cmake
# Change 4.8.0 to the QT version installed
for DIR in /usr/local/Cellar/qt/4.8.0/lib/*.framework; do
ln -s $DIR/Headers ${DIR%%/lib/*}/include/$(basename $DIR .framework);
done
gem install qtbindings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment