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 4e7dee9 commit 1af744cCopy full SHA for 1af744c
README.md
@@ -19,7 +19,7 @@ first.
19
system.
20
2. Set the evironment variable `AF_PATH` to point to ArrayFire installation root folder.
21
3. Make sure you add the path to library files to your path environment variables.
22
- - On Linux & ODX: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib`
+ - On Linux & OSX: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib`
23
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
24
4. Add `arrayfire = "3.2.0"` to the dependencies section of your project's Cargo.toml file.
25
0 commit comments