mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Update install instructions for Mac
.. to explain qmake basics.
This commit is contained in:
@@ -210,6 +210,12 @@ Once this is done you can kick off the build:
|
|||||||
$ qmake
|
$ qmake
|
||||||
$ make
|
$ 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
|
Once this completes you will have a GoldenCheetah.app in the src directory which
|
||||||
can be launched:
|
can be launched:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user