Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd69d83

Browse files
committedFeb 25, 2020
Added build Visual Studio instructions to README
1 parent 0269349 commit dd69d83

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎README

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ PyAudio provides Python bindings for PortAudio v19, the cross-platform
88
audio I/O library. Using PyAudio, you can easily use Python to play
99
and record audio on a variety of platforms.
1010

11-
See INSTALL for compilation hints.
11+
## Installation (Visual Studio)
12+
13+
1. Download and install Visual Studio 2017 or superior and:
14+
1. `git clone https://github.com/evandroforks/portaudio`
15+
1. Open the file `portaudio\build\msvc\portaudio.sln` with Visual Studio
16+
1. Select the Solution Configuration as `Release` and the Solution Platforms as `x64` on the top toolbar
17+
1. Go to the menu `Build -> Build Solution`
18+
1. Copy the file `portaudio\build\msvc\x64\Release\portaudio.lib` to `C:\Python\libs\` (Or whatever your Windows Python is instal
19+
20+
See INSTALL for other compilation hints.
1221

1322
======================================================================
1423

0 commit comments

Comments
 (0)
Please sign in to comment.