File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ You will also likely need to add the location of the dynamic library files
5959```
6060export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:</path/to/library/installation>/lib
6161```
62- or ` DYLD_LIBRARY_PATH ` on mac :
62+ or ` DYLD_LIBRARY_PATH ` on Mac :
6363```
6464export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:</path/to/library/installation>/lib
6565```
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ You will also likely need to add the location of the dynamic library files
128128```
129129export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:</path/to/library/installation>/lib
130130```
131- or ` DYLD_LIBRARY_PATH ` on mac :
131+ or ` DYLD_LIBRARY_PATH ` on Mac :
132132```
133133export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:</path/to/library/installation>/lib
134134```
You can’t perform that action at this time.
0 commit comments