We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8444609 commit 5d2ae2dCopy full SHA for 5d2ae2d
README.md
@@ -40,7 +40,8 @@ requirements are to be met first.
40
2. Set the evironment variable `AF_PATH` to point to ArrayFire installation
41
root folder.
42
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`
+ - 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`
45
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
46
4. Add `arrayfire = "3.6"` to the dependencies section of your project's
47
Cargo.toml file. Make sure to change the version to latest available.
0 commit comments