Sfoglia il codice sorgente

Refine about needing ldconfig

Samuel Thibault 5 anni fa
parent
commit
2ae31c7e34
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  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>).