Browse Source

Tell people to run ldconfig after make install

Samuel Thibault 5 years ago
parent
commit
28387723a7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/doxygen/chapters/101_building.doxy

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

@@ -149,7 +149,8 @@ In order to install StarPU at the location which was specified during
 configuration:
 configuration:
 
 
 \verbatim
 \verbatim
-$ make install
+$ sudo make install
+$ sudo ldconfig
 \endverbatim
 \endverbatim
 
 
 Libtool interface versioning information are included in
 Libtool interface versioning information are included in