summaryrefslogtreecommitdiffstats
path: root/wineasio
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-08-09 14:37:02 +0000
committer Eric Hameleers <alien@slackware.com>2020-08-09 14:37:02 +0000
commit1d5edd53182768e2cf8a06d3ab3ac650133f7620 (patch)
tree8d65eb5e77eda6a3e9ea4e1fff4556d296bbddd4 /wineasio
parent643f8963feb4954565688ffb298bc76cb238fd40 (diff)
downloadasb-1d5edd53182768e2cf8a06d3ab3ac650133f7620.tar.gz
asb-1d5edd53182768e2cf8a06d3ab3ac650133f7620.tar.xz
wineasio: update Slackware specific instructions
Diffstat (limited to 'wineasio')
-rw-r--r--wineasio/build/README.1st14
1 files changed, 11 insertions, 3 deletions
diff --git a/wineasio/build/README.1st b/wineasio/build/README.1st
index 037196ca..df36c3bd 100644
--- a/wineasio/build/README.1st
+++ b/wineasio/build/README.1st
@@ -1,15 +1,23 @@
+NOTE ABOUT DEPENDENCIES:
+In order to use wineasio on a 64bit computer, you need to install a 32bit Jack2
+'compat32' package. First download (but do not install!) a regular 32bit Jack2
+package, and then use the 'convertpkg-compat32' script to create a
+'jack2-compat32' package which you then install on your computer.
+
+USING WINEASIO:
The wineasio DLL must be registered in the wineprefix.
For both 32 and 64 bit wine do:
-# regsvr32 wineasio.dll
+ # regsvr32 wineasio.dll
On a 64 bit system with wine supporting both 32 and 64 applications, regsrv32
will register the 32 bit driver in a 64 bit prefix, use the following command
to register the 64 bit driver in a 64 bit wineprefix:
-# wine64 regsvr32 wineaiso.dll
+ # wine64 regsvr32 wineaiso.dll
Note: regsvr32 registers the ASIO COM object in the default prefix "~/.wine".
To use another prefix specify it explicitly, like:
-# env WINEPREFIX=~/asioapp regsvr32 wineasio.dll
+ # env WINEPREFIX=~/asioapp regsvr32 wineasio.dll
+