Project

General

Profile

Actions

Howtos - Hack on Mac OS X » History » Revision 5

« Previous | Revision 5/12 (diff) | Next »
Greg Burri, 05/09/2011 12:02 PM


Howtos - Hack on Mac OS X

Snow Leopard

  • Install git
  • Install Xcode 4
  • Install Qt SDK
  • Download and install Protocol Buffer. Basically, you just have to do :
    ./configure
    make
    sudo make install
    
  • Add the path /Users/<user>/QtSDK/Desktop/Qt/473/gcc/bin/ to your PATH environment variable.

Updated by Greg Burri almost 13 years ago · 5 revisions