Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7cfde6b

Browse files
pauleaster9prady9
authored andcommitted
Fixed typo in DYLY_LIBRARY_PATH,Closes#303
Changed `lib64` to `lib`, valid for arrayfire 3.7.2
1 parent2df62d4 commit7cfde6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use the rust bindings for ArrayFire from crates.io, the following requirement
2828
2. Set the evironment variable`AF_PATH` to point to ArrayFire installation root folder.
2929
3. Make sure to add the path to lib files to your path environment variables.
3030
- 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`
31+
- On OSX: do`export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib`
3232
- On Windows: Add`%AF_PATH%\lib` to your PATH environment variable.
3333
4. Add`arrayfire = "3.8"` to the dependencies section of your project's Cargo.toml file.
3434
Make sure to change the version to latest available.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp