Add DLLs for Portaudio version 19.7.0

This commit is contained in:
Matthias Geier
2021-06-01 20:01:12 +02:00
parent bab7ef6a62
commit d9765fc440
3 changed files with 6 additions and 1 deletions

View File

@@ -12,11 +12,16 @@ WASAPI and ASIO. For more informaton about the ASIO SDK see
http://www.steinberg.net/en/company/developers.html.
The DLLs were created on a Debian GNU/Linux system using [MXE](http://mxe.cc/)
([this version](https://github.com/mxe/mxe/tree/87b08fae68f5e45263d1bb71e8061700d86e3c8c), using `pa_stable_v190600_20161030.tgz`)
([this version](https://github.com/mxe/mxe/tree/6d90c4ce068be5312d762f1a5e6a64d610e0e8ca)
from [PR #2631](https://github.com/mxe/mxe/pull/2631), using `pa_stable_v190700_20210406.tgz`)
with the following commands (after installing the
[dependencies](http://mxe.cc/#requirements)):
git clone https://github.com/mxe/mxe.git
cd mxe
git fetch origin pull/2631/head:pa-19.7.0
git checkout pa-19.7.0
cd ..
wget http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip
export PATH=$(pwd)"/mxe/usr/bin:$PATH"

Binary file not shown.

Binary file not shown.