mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
Updated instructions to build portaudio with ASIO support
This commit is contained in:
parent
34a6af679a
commit
b1c272d7b6
@ -25,16 +25,17 @@ https://www.msys2.org/wiki/MSYS2-installation/
|
|||||||
Take particular care to restart the MSYS2 shell window when directed
|
Take particular care to restart the MSYS2 shell window when directed
|
||||||
to.
|
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 first step is to install some prerequisite packages which contain
|
||||||
the tools needed to prepare and build the portaudio DLL. Execute the
|
the tools needed to prepare and build the portaudio DLL. Execute the
|
||||||
following command to do that:
|
following command to do that:
|
||||||
|
|
||||||
pacman -S make diffutils unzip mingw-w64-x86_64-gcc sed tar curl
|
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:
|
Then make directories to put downloaded sources in and for building:
|
||||||
|
|
||||||
mkdir -p ~/src ~/build/portaudio
|
mkdir -p ~/src ~/build/portaudio
|
||||||
|
Loading…
Reference in New Issue
Block a user