mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
Update docs for build
.. to run qmake -recursive from the top level directory to ensure subdirs Makefiles are regenerated.
This commit is contained in:
@@ -207,13 +207,14 @@ And comment out line 320 (or thereabouts):
|
||||
|
||||
Once this is done you can kick off the build:
|
||||
|
||||
$ qmake
|
||||
$ cd .. #this should put you in the top level dir containing this file
|
||||
$ qmake -recursive
|
||||
$ 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++
|
||||
$ qmake -spec macx-g++ -recursive
|
||||
$ make
|
||||
|
||||
Once this completes you will have a GoldenCheetah.app in the src directory which
|
||||
|
||||
Reference in New Issue
Block a user