summaryrefslogtreecommitdiffstats
path: root/wineasio/build/README.1st
blob: df36c3bd5d63d4fe15388af849be4f4f59569c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

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

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