diff options
author | Marius Kintel <marius@kintel.net> | 2012-06-04 05:46:19 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-06-04 05:46:19 (GMT) |
commit | bcf02d6013b07bf3481a6b725568fbe5039e34a9 (patch) | |
tree | 5365d1bf8b92b143f701720e36365767aa4851ee | |
parent | 7f803b51a21bc5b66c5e0c8c70382d833fbad864 (diff) |
Minor Mac vs. Linux difference
-rw-r--r-- | doc/testing.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 714a480..8ab1cee 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -98,7 +98,8 @@ Some versions of Xvfb may fail, however. When running, this might help find your locally built libraries (assuming you installed into $HOME) - export LD_LIBRARY_PATH=$HOME/lib:$HOME/lib64 + Linux: export LD_LIBRARY_PATH=$HOME/lib:$HOME/lib64 + Mac: export DYLD_LIBRARY_PATH=$HOME/lib 2. Location of logs |