Updated instructions to build portaudio with ASIO support

This commit is contained in:
Bill Somerville 2021-10-05 15:30:20 +01:00
parent 34a6af679a
commit b1c272d7b6
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 5 additions and 4 deletions

View File

@ -25,16 +25,17 @@ https://www.msys2.org/wiki/MSYS2-installation/
Take particular care to restart the MSYS2 shell window when directed
to.
Once MSYS2 is installed you will find a start menu entry labelled
"MSYS2 MinGW 64-bit", use that to start a fresh MSYS2 shell window for
the rest of these instructions.
The first step is to install some prerequisite packages which contain
the tools needed to prepare and build the portaudio DLL. Execute the
following command to do that:
pacman -S make diffutils unzip mingw-w64-x86_64-gcc sed tar curl
Once MSYS2 is installed and the prerequisite packages above are
installed you will find a new Windows Start Menu entry labelled "MSYS2
MinGW 64-bit", use that to start a fresh MSYS2 shell window for the
rest of these instructions.
Then make directories to put downloaded sources in and for building:
mkdir -p ~/src ~/build/portaudio