diff options
Diffstat (limited to 'doc')
| -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  | 
