Skip to content

Commit

Permalink
Correct OSX DYLD path instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Mar 12, 2019
1 parent 8444609 commit 5d2ae2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ requirements are to be met first.
2. Set the evironment variable `AF_PATH` to point to ArrayFire installation
root folder.
3. Make sure to add the path to lib files to your path environment variables.
- On Linux & OSX: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib`
- On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
4. Add `arrayfire = "3.6"` to the dependencies section of your project's
Cargo.toml file. Make sure to change the version to latest available.
Expand Down

0 comments on commit 5d2ae2d

Please sign in to comment.