Update docs for build

.. to run qmake -recursive from the top level directory
to ensure subdirs Makefiles are regenerated.
This commit is contained in:
Mark Liversedge
2013-02-06 18:56:52 +00:00
parent f2f22dbf1a
commit e322818d0e
3 changed files with 5 additions and 4 deletions

View File

@@ -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