Browse Source

Use the paths used by debian in the README

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

+ 2
- 2
README.md View File

@@ -22,7 +22,7 @@ make 32
To install (substitute with the path to the 32-bit wine libs for your distro).

```sh
sudo cp build32/wineasio.dll.so /usr/lib32/wine/wineasio.dll.so
sudo cp build32/wineasio.dll.so /usr/lib/i386-linux-gnu/wine/wineasio.dll.so
```

Do the following to build for 64-bit Wine.
@@ -35,7 +35,7 @@ make 64
To install (substitute with the path to the 64-bit wine libs for your distro).

```sh
sudo cp build64/wineasio.dll.so /usr/lib/wine/wineasio.dll.so
sudo cp build64/wineasio.dll.so /usr/lib/x86_64-linux-gnu/wine/wineasio.dll.so
```

Finally the dll must be registered in the wineprefix.


Loading…
Cancel
Save