Skip to content

Commit

Permalink
Added build Visual Studio instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Feb 25, 2020
1 parent 0269349 commit dd69d83
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ PyAudio provides Python bindings for PortAudio v19, the cross-platform
audio I/O library. Using PyAudio, you can easily use Python to play
and record audio on a variety of platforms.

See INSTALL for compilation hints.
## Installation (Visual Studio)

1. Download and install Visual Studio 2017 or superior and:
1. `git clone https://github.com/evandroforks/portaudio`
1. Open the file `portaudio\build\msvc\portaudio.sln` with Visual Studio
1. Select the Solution Configuration as `Release` and the Solution Platforms as `x64` on the top toolbar
1. Go to the menu `Build -> Build Solution`
1. Copy the file `portaudio\build\msvc\x64\Release\portaudio.lib` to `C:\Python\libs\` (Or whatever your Windows Python is instal

See INSTALL for other compilation hints.

======================================================================

Expand Down

0 comments on commit dd69d83

Please sign in to comment.