← 返回首页
Fix install doc by 9prady9 · Pull Request #2846 · arrayfire/arrayfire · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected Viewed files
Conversations
Failed to load comments. Retry
Loading
Jump to
Jump to file
Failed to load files. Retry
Loading
Diff view
Unified
Split
Hide whitespace
Apply and reload
Show whitespace
Diff view
Unified
Split
Hide whitespace
Apply and reload
4 changes: 2 additions & 2 deletions docs/pages/install.md
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install the Visual Studio 2015 (x64) runtime libraries.
Once you have downloaded the ArrayFire installer, execute the installer as you
normally would on Windows. If you choose not to modify the path during the
installation procedure, you'll need to manually add ArrayFire to the path for
all users. Simply append `%AF_PATH%/lib` to the PATH variable so that the loader
all users. Simply append `%%AF_PATH%/lib` to the PATH variable so that the loader
can find ArrayFire DLLs.

For more information on using ArrayFire on Windows, visit the following
Expand All @@ -52,7 +52,7 @@ like to install ArrayFire to - we recommend `/opt`.
Given sudo permissions, you can add the ArrayFire libraries via `ldconfig` like
so:

echo /opt/arrayfire/lib > /etc/ld.so.conf.d/arrayfire.conf
echo /opt/arrayfire/lib64 > /etc/ld.so.conf.d/arrayfire.conf
sudo ldconfig

Otherwise, you will need to set the `LD_LIBRARY_PATH` environment variable in
Expand Down
Toggle all file notes Toggle all file annotations

Footer

© 2026 GitHub, Inc.