瀏覽代碼

Refine about needing ldconfig

Samuel Thibault 5 年之前
父節點
當前提交
2ae31c7e34
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      doc/doxygen/chapters/101_building.doxy

+ 8 - 1
doc/doxygen/chapters/101_building.doxy

@@ -149,10 +149,17 @@ In order to install StarPU at the location which was specified during
 configuration:
 
 \verbatim
-$ sudo make install
+$ make install
+\endverbatim
+
+If you have let StarPU install in <c>/usr/local/</c>, you additionally need to run
+
+\verbatim
 $ sudo ldconfig
 \endverbatim
 
+so the libraries can be found by the system.
+
 Libtool interface versioning information are included in
 libraries names (<c>libstarpu-1.3.so</c>, <c>libstarpumpi-1.3.so</c> and
 <c>libstarpufft-1.3.so</c>).