Howtos - Hack on Mac OS X » History » Version 5
Greg Burri, 05/09/2011 12:02 PM
1 | 1 | Greg Burri | h1. Howtos - Hack on Mac OS X |
---|---|---|---|
2 | |||
3 | h2. Snow Leopard |
||
4 | 2 | Greg Burri | |
5 | 1 | Greg Burri | * Install "git":http://code.google.com/p/git-osx-installer/ |
6 | 4 | Greg Burri | * Install Xcode 4 |
7 | * Install "Qt SDK":http://qt.nokia.com/downloads/sdk-mac-os-cpp |
||
8 | 5 | Greg Burri | * Download and install "Protocol Buffer":http://code.google.com/p/protobuf/. Basically, you just have to do : <pre>./configure |
9 | make |
||
10 | sudo make install |
||
11 | </pre> |
||
12 | * Add the path @/Users/<user>/QtSDK/Desktop/Qt/473/gcc/bin/@ to your PATH environment variable. |