Update install instructions for Mac

.. to explain qmake basics.
This commit is contained in:
Mark Liversedge
2013-01-26 14:20:09 +00:00
parent f2e2eab802
commit 4d6dcb523f

View File

@@ -210,6 +210,12 @@ Once this is done you can kick off the build:
$ qmake
$ make
If make fails to find a Makefile then qmake is configured, by default, to create
an xcode project file. You will need to change the qmake command above to tell it
to create a makefile with the following:
$ qmake -spec macx-g++
$ make
Once this completes you will have a GoldenCheetah.app in the src directory which
can be launched: