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

@@ -83,7 +83,7 @@ Save and exit
$ cd ..
BUILD WITH BASIC CONFIGURATION
$ qmake
$ qmake -recursive
$ make
Congratulations you have now build a basic GoldenCheetah and can run this safely. See below for

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

View File

@@ -69,7 +69,7 @@ Copy D:\Coding\GoldenCheetah\qwt\qwtconfig.pri.in
Using the “Qt Command Prompt” window from before:
cd d:\coding\GoldenCheetah
qmake -win32
qmake -win32 -recursive
mingw32-make release
Go back to checking your email or favourite web sites while this builds.