ソースを参照

doc: mention configure option --prefix

Nathalie Furmento 11 年 前
コミット
ea6e40c4f4
共有1 個のファイルを変更した9 個の追加0 個の削除を含む
  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