Skip to content

Commit

Permalink
Fixed #806: make (all) in examples folder does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jul 29, 2013
1 parent c4dea63 commit d7ed570
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.rst
Expand Up @@ -109,6 +109,17 @@ Linux

$ gmake install

This will build and install the essential core components of HPX only. Use

$ gmake tests

to build and run the tests and

$ gmake examples
$ gmake install

to build and install the examples.

Mac OSX
-------

Expand Down Expand Up @@ -176,6 +187,17 @@ Mac OSX

$ make install

This will build and install the essential core components of HPX only. Use

$ make tests

to build and run the tests and

$ make examples
$ make install

to build and install the examples.

Windows
-------

Expand Down
13 changes: 13 additions & 0 deletions docs/tutorial/gettingstarted.qbk
Expand Up @@ -233,12 +233,25 @@ detail in the sections __unix_installation__ and __windows_installation__.
[caution Compiling and linking __hpx__ needs a considerable amount of memory. It is advisable that
approximately 2 GB of memory per parallel process is available.]

[note Many Linux distributions use `make` as an alias for `gmake`]

* To complete the build and install __hpx__:

``
$ gmake install
``

[important These commands will build and install the essential core components of
__hpx__ only. In order to build and run the tests, please invoke:
``
$ gmake tests
``
and in order to build (and install) all examples invoke:
``
$ gmake examples
$ gmake install
``
]
[c++]

For more detailed information about using __cmake__ please refer its documentation
Expand Down

0 comments on commit d7ed570

Please sign in to comment.