add instrcuctions on how to build for 32 bit integer support to README

This commit is contained in:
Joakim Hernberg 2013-10-13 02:04:09 +02:00
parent 3a4e968e9e
commit 94c6f0ef53

5
README
View file

@ -18,6 +18,11 @@ another path edit the makefile and replace /usr/lib32/wine with the correct
path. Look at the last line of the makefile. This wineasio should compile and
install 32 bit wineasio on all 64 bit linux'.
Wineasio by default uses 32 bit float as sample format, if this is a problem for
an ASIO host, wineasio can be built to use 32 bit integer by defining the
ASIOST32INT variable. Do this by defining ASIOST32INT in the source code or by
passing it to the compiler.
To build, type (as a normal user): make
To install, type (as root): make install
To register the wineasio object, type (as a normal user): regsvr32 wineasio.dll