8 results, 8 hits for WINEPREFIX=/path/to/wineprefix
#4189 · 1 comments
· updated 2024-08-06
· 1 matching
Under "How to Use" in the README/documentation we see
```
export
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll ...
#4697 · 2 comments
· updated 2025-02-19
· 1 matching
Under "How To Use"
export
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 **<-- backwards**
cp ...
#3303 · 3 comments
· updated 2023-03-23
· 1 matching
```
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32
cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64 ...
#4920 · 3 comments
· updated 2025-05-18
· 1 matching
... u make a mistake like VICEVERSA
export
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 ...
#3228 · 3 comments
· updated 2023-01-31
· 1 matching
In README, installation instructions says:
```
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32
cp x32 ...
#3246 · 2 comments
· updated 2023-02-10
· 1 matching
... in the instruction in the "**How to use**" section of the front page, it says here:
```
WINEPREFIX=/path ...
#3981 · 22 comments
· updated 2025-04-14
· 1 matching
... prefix that would be as follows:
>export
WINEPREFIX=/path/to/wineprefix
>cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 ...
#1573 · 32 comments
· updated 2024-06-02
· 1 matching
... an wine prefix and you should use : `
WINEPREFIX=/path/to/wineprefix /path/to/setup_dxvk.sh install`.
But since ...