Browse Source

Adjust README to makefile changes

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0.0
falkTX 4 years ago
parent
commit
1d460ce813
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      README

+ 4
- 4
README View File

@@ -10,17 +10,17 @@ CONTENTS

Do the following to build for 32-bit Wine.
# make clean
# make
# make 32

To install (substitute with the path to the 32-bit wine libs for your distro).
# sudo cp wineasio.dll.so /usr/lib32/wine/wineasio.dll.so
# sudo cp build32/wineasio.dll.so /usr/lib32/wine/wineasio.dll.so

Do the following to build for 64-bit Wine.
# make clean
# make -f Makefile64
# make 64

To install (substitute with the path to the 64 bit wine libs for your distro).
# sudo cp wineasio.dll.so /usr/lib/wine/wineasio.dll.so
# sudo cp build64/wineasio.dll.so /usr/lib/wine/wineasio.dll.so

Finally the dll must be registered in the wineprefix.
For both 32 and 64 bit wine do:


Loading…
Cancel
Save