Browse Source

Fix note

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 1 year ago
parent
commit
652964155d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      README.md

+ 4
- 6
README.md View File

@@ -40,12 +40,10 @@ sudo cp build64/wineasio64.dll /usr/lib/x86_64-linux-gnu/wine/x86_64-windows/
sudo cp build64/wineasio64.dll.so /usr/lib/x86_64-linux-gnu/wine/x86_64-unix/
```

**
NOTE:
Wine does not have consistent paths between different Linux distributions, these paths are only a hint and likely not what will work for you.
New versions of wine might also need to use `wineasio64.so` as name instead of `wineasio64.dll.so`.
It is up to the packager to figure out what works for the Wine version used on their specific distro.
**
**NOTE:**
**Wine does not have consistent paths between different Linux distributions, these paths are only a hint and likely not what will work for you.**
**New versions of wine might also need to use `wineasio64.so` as name instead of `wineasio64.dll.so`.**
**It is up to the packager to figure out what works for the Wine version used on their specific distro.**

#### EXTRAS



Loading…
Cancel
Save