Page 1 of 1

where to get asiosdk2.2.zip?

Posted: Sat May 29, 2010 11:43 pm
by Capoeira
where can I get it?

Re: where to get asiosdk2.2.zip?

Posted: Sun May 30, 2010 12:22 am
by Capoeira
trying to install wineasio in 64-bit from aur-repro in Arch......asiosdk package frome aur is not available.....found it here: http://www.wuala.com/stonedz/Public/arc ... ip?lang=en
now, how do I resolve the asiosdk dependency od wineasio with the file?

Re: where to get asiosdk2.2.zip?

Posted: Sun May 30, 2010 8:14 pm
by brummer
Have a look in the README.TXT
Before installation edit the prefix path in the Makefile
PREFIX = <root path you use>

usually this will either be

PREFIX = /usr
or
PREFIX = /usr/local

Copy the file asio.h from Steinberg's asio-sdk to the wineasio directory

then execute: make
and as root: make install

then, again as normal user: regsvr32 wineasio.dll

Cant say how to do this with the arch package build system, but I'm pretty sure you can build local packages with arch.

Re: where to get asiosdk2.2.zip?

Posted: Sun May 30, 2010 11:27 pm
by Capoeira
thanks, I am now using 32bit-fst wich is easy to make run in 64bit Arch