提交 fa5b4a12 authored 作者: Frederic Bastien's avatar Frederic Bastien

added patch to Mac installation documentation from Josh Bleecher Snyder.

上级 a025a05d
......@@ -242,7 +242,15 @@ Mac
- Likewise, you need to
``export LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH`` if this is not
the case already (so that we link to the correct libraries).
the case already (so that we link to the correct libraries). You may also
need to add
.. code-block:: bash
[gcc]
cxxflags = -L/opt/local/lib
to ``~/.theanorc``.
- An obscure ``Bus error`` can sometimes be caused when linking
Theano-generated object files against the ``framework`` library in Leopard.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论