From eb7c6a1c351311b795ad7980de80752cc9064dc9 Mon Sep 17 00:00:00 2001 From: Filipe Coelho Date: Tue, 11 Jan 2022 02:42:32 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c68fd7e..6b17797 100644 --- a/README.md +++ b/README.md @@ -71,19 +71,19 @@ sudo cp build64/wineasio.dll.so /usr/lib/x86_64-linux-gnu/wine/x86_64-unix/winea ``` Finally the dll must be registered in the wineprefix. -For both 32 and 64-bit wine do: +For both 32 and 64-bit wine do: (substitute with the path to the 32-bit wine libs for your distro) ```sh -regsvr32 wineasio.dll +regsvr32 /usr/lib/i386-linux-gnu/wine/i386-windows/wineasio.dll ``` On a 64-bit system with wine supporting both 32 and 64-bit applications, regsrv32 will register the 32-bit driver in a 64-bit prefix, -use the following command to register the 64-bit driver in a 64-bit wineprefix: +use the following command to register the 64-bit driver in a 64-bit wineprefix: (substitute with the path to the 64-bit wine libs for your distro) ```sh -wine64 regsvr32 wineasio.dll +wine64 regsvr32 /usr/lib/x86_64-linux-gnu/wine/x86_64-windows/wineasio.dll ``` #### CUSTOM WINEPREFIX