Skip to content

Commit 5d2ae2d

Browse files
committed
Correct OSX DYLD path instruction in README
1 parent 8444609 commit 5d2ae2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ requirements are to be met first.
4040
2. Set the evironment variable `AF_PATH` to point to ArrayFire installation
4141
root folder.
4242
3. Make sure to add the path to lib files to your path environment variables.
43-
- On Linux & OSX: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib`
43+
- On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
44+
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
4445
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
4546
4. Add `arrayfire = "3.6"` to the dependencies section of your project's
4647
Cargo.toml file. Make sure to change the version to latest available.

0 commit comments

Comments
 (0)