Skip to content

Commit ff7c7bd

Browse files
committed
Change recommended DLL directory, mention PATH
1 parent 028a0c2 commit ff7c7bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/installation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ or ``libportaudio.dylib`` (macOS) and move it to ``/usr/local/lib``.
5454
On Linux, you might have to run ``sudo ldconfig`` after that,
5555
for the library to be found.
5656
On Windows, you can rename the library to ``portaudio.dll``
57-
and move it to ``%SystemRoot%\system32``.
57+
and move it to any directory in your ``%PATH%``,
58+
e.g. ``%LOCALAPPDATA%\Microsoft\WindowsApps`` might be an option.
59+
You can also move it to any other directory of your choosing
60+
and add that to your ``PATH`` variable.
5861

5962

6063
Alternative Packages

0 commit comments

Comments
 (0)