Browse Source

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

tags/v1.0.0
Joakim Hernberg 11 years ago
parent
commit
94c6f0ef53
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README

+ 5
- 0
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


Loading…
Cancel
Save