From b1c272d7b6565f92a476f0199c87dcf64972ee55 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 5 Oct 2021 15:30:20 +0100 Subject: [PATCH] Updated instructions to build portaudio with ASIO support --- doc/building portaudio on Windows with ASIO support.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/building portaudio on Windows with ASIO support.txt b/doc/building portaudio on Windows with ASIO support.txt index 71f8bf653..f44f799a2 100644 --- a/doc/building portaudio on Windows with ASIO support.txt +++ b/doc/building portaudio on Windows with ASIO support.txt @@ -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