Skip to content

Commit

Permalink
Minor Mac vs. Linux difference
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jun 4, 2012
1 parent 7f803b5 commit bcf02d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/testing.txt
Expand Up @@ -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

Expand Down

0 comments on commit bcf02d6

Please sign in to comment.