Skip to content

Commit

Permalink
Update instructions in readme to reflect 3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Mar 14, 2020
1 parent 32bc2f8 commit a439cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements are to be met first.
- 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
4. Add `arrayfire = "3.7"` to the dependencies section of your project's
Cargo.toml file. Make sure to change the version to latest available.

Once step (4) is over, you should be able to use ArrayFire in your Rust
Expand Down

0 comments on commit a439cfa

Please sign in to comment.