Project

General

Profile

Actions

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

« Previous | Revision 7/12 (diff) | Next »
Antoine Cicognani, 07/21/2011 06:13 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
    make check
    sudo make install
    
  • Add the path /Users/<user>/QtSDK/Desktop/Qt/473/gcc/bin/ to your PATH environment variable.
  • Set up Qt Creator
    • Launch Qt Creator
    • Open the projects D-LAN/application/GUI.pro and D-LAN/application/Core.pro
    • For both projects:
      • Uncheck Shadow build in the Build Settings tab.
      • Add the argument -f Makefile-Core to Make for the build configuration Debug . Replace 'Core' by 'GUI' for the GUI project.
    • Add -e as an argument in the Run Settings tab of the Core project.
    • You can now compile and run the two projects.

Updated by Antoine Cicognani over 12 years ago · 7 revisions