Skip to content

Commit

Permalink
Merge pull request apache#60 from ultradian/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
pluskid committed Apr 15, 2016
2 parents f6b7f31 + f26ad96 commit 79bfdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ Basically, MXNet.jl will search ``libmxnet.so`` or ``libmxnet.dll`` in the follo
* ``$MXNET_HOME/lib``: customized libmxnet builds
* ``Pkg.dir("MXNet")/deps/usr/lib``: automatic builds
* Any system wide library search path

Note that MXNet.jl will not find ``libmxnet.so`` even if it is on one of the paths above if a library it depends upon is missing from the ``LD_LIBRARY_PATH``. Thus, if you are going to compile to add CUDA, the path to the CUDA libraries will have to be added to ``LD_LIBRARY_PATH``.

0 comments on commit 79bfdbe

Please sign in to comment.