浏览代码

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