[arrayfire] 379/408: DOC fix for AF_PATH rendering missing %
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:12:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.
commit 64a0dbff82c32dae51b2574850a26c4a78d90af6
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Mon Aug 31 15:39:01 2015 -0400
DOC fix for AF_PATH rendering missing %
---
docs/pages/using_on_windows.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/pages/using_on_windows.md b/docs/pages/using_on_windows.md
index 04bb891..aa4aeff 100644
--- a/docs/pages/using_on_windows.md
+++ b/docs/pages/using_on_windows.md
@@ -24,7 +24,7 @@ to the location of the executables.
## Step 1: Adding ArrayFire to PATH for all users
The ArrayFire installer for Windows creates a user `PATH` variable containing
-`%AF_PATH%/lib`. This is required so that Windows knows where to find the
+`%%AF_PATH%/lib`. This is required so that Windows knows where to find the
ArrayFire DLLs. This variable fixes the DLL finding only for the user that
installs ArrayFire.
@@ -42,9 +42,9 @@ To allow DLL detection for all users, it needs to be added to the system
3. Click on _Environment Variables_, then under **System Variables**, find
`PATH`, and click on it.
-4. In edit mode, append `%AF_PATH%/lib`. NOTE: Ensure that there is a semi-colon
- separating `%AF_PATH%/lib` from any existing content (e.g.
- `EXISTING_PATHS;%AF_PATH%/lib;`) otherwise other software may not function
+4. In edit mode, append `%%AF_PATH%/lib`. NOTE: Ensure that there is a semi-colon
+ separating `%%AF_PATH%/lib` from any existing content (e.g.
+ `EXISTING_PATHS;%%AF_PATH%/lib;`) otherwise other software may not function
correctly.
## Step 2: Verify the path addition functions correctly
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list