aboutsummaryrefslogtreecommitdiff
path: root/audio/wineasio/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-02 02:17:45 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-04 07:55:39 +0700
commita41d1d5a628d00dc10ea81dbd7eff85533ed0d9d (patch)
treedd3e7072414fd3738c5e4bb15d6011fc53bfa898 /audio/wineasio/README
parent1f2d28088c8e9646486ce6d40156b4feddc8c233 (diff)
audio/wineasio: Updated for version 1.0.0.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/wineasio/README')
-rw-r--r--audio/wineasio/README20
1 files changed, 9 insertions, 11 deletions
diff --git a/audio/wineasio/README b/audio/wineasio/README
index 9419074d6f..606e778122 100644
--- a/audio/wineasio/README
+++ b/audio/wineasio/README
@@ -1,16 +1,14 @@
+wineasio (an ASIO to JACK driver for WINE)
+
WineASIO provides an ASIO to JACK driver for WINE. ASIO is the most
common Windows low-latency driver, so is commonly used in audio
workstation programs.
-To build the package, you will need the file "asio.h" from the
-Steinberg ASIO SDK, version 2.1 or greater. This file must be
-downloaded from http://www.steinberg.net/en/company/developer.html and
-copied to the directory containing the SlackBuild.
-
-After installing the package, each user who will use wineasio must run
-the command "regsvr32 wineasio.dll". This must be done as the user(s),
-not as root. This only needs to be done once per user.
+After installing the package, each user who will use wineasio must
+run the command "regsvr32 wineasio.dll". This must be done as the
+user(s), not as root. This only needs to be done once per user. See
+the wineasio README.md for more information.
-This can't be built on a stock Slackware64 system, since it requires
-32-bit Wine. It may (or may not) be possible to build on a 64-bit
-multilib system; let me know how it goes.
+Note: If multilib is installed, this *should* build a package with
+support for both 32-bit and 64-bit wine, but it hasn't been tested by
+the SlackBuild maintainer.