We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2df62d4 commit7cfde6bCopy full SHA for 7cfde6b
README.md
@@ -28,7 +28,7 @@ To use the rust bindings for ArrayFire from crates.io, the following requirement
28
2. Set the evironment variable`AF_PATH` to point to ArrayFire installation root folder.
29
3. Make sure to add the path to lib files to your path environment variables.
30
- On Linux: do`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
31
-- On OSX: do`export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
+- On OSX: do`export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib`
32
- On Windows: Add`%AF_PATH%\lib` to your PATH environment variable.
33
4. Add`arrayfire = "3.8"` to the dependencies section of your project's Cargo.toml file.
34
Make sure to change the version to latest available.