Clarify any need for LD_LIBRARY_PATH setting.

This commit is contained in:
Ryan Curtin
2018-06-04 13:41:00 -04:00
parent cad5a8301e
commit c4d5744a10
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -37,6 +37,14 @@ mkdir -p mlpack-3.0.1/build/ && cd mlpack-3.0.1/build/
cmake ../ && make -j4 && sudo make install
@endcode
More information on the build process and details can be found on the @ref build
page. You may also need to set the environment variable @c LD_LIBRARY_PATH to
include @c /usr/local/lib/ on most Linux systems.
@code
export LD_LIBRARY_PATH=/usr/local/lib/
@endcode
You can also use the mlpack Docker image on Dockerhub, which has all of the
Python bindings pre-installed: