Explorar o código

Refine about needing ldconfig

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
2ae31c7e34
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  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>).