Browse Source

doc: mention configure option --prefix

Nathalie Furmento 11 years ago
parent
commit
ea6e40c4f4
1 changed files with 9 additions and 0 deletions
  1. 9 0
      doc/doxygen/chapters/01building.doxy

+ 9 - 0
doc/doxygen/chapters/01building.doxy

@@ -108,6 +108,15 @@ $ cd build
 $ ../configure
 \endverbatim
 
+By default, StarPU will be installed in <c>/usr/local/bin</c>,
+<c>/usr/local/lib</c>, etc. You can specify an installation prefix
+other than <c>/usr/local</c> using the option <c>--prefix</c>, for
+instance:
+
+\verbatim
+$ ../configure --prefix=$HOME/starpu
+\endverbatim
+
 \subsection BuildingStarPU Building StarPU
 
 \verbatim