Home | Drones | Searx (link) | Impressum / Datenschutz |
1.) wine-staging or wine-stable
My System: 1.) wine-staging First : if you have a 64 bit OS make sure that you have enabled 32 bit support.
sudo dpkg --add-architecture i386
Now download the repository key : wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key Now add the repository:
Note : For 18.10 you need to use cosmic main , instead of bionic main. Now update your software list with : sudo apt update
Install wine-staging : sudo apt install --install-recommends wine-staging No errors ? --- awesome. First step done !
2.) winetricks Piece of a cake :) Just type : sudo apt install winetricks We need to add some libs for wine using winetricks: winetricks vcrun2015 msxml6 mfc40 mfc42 corefonts
Enter :
winecfg
and choose Windows 10 (win10) as a plattform on the tab "Progamms / Anwendungen" (bottom left corner)
3.) Install Vulkanlibrabries and DXVK: This will install the vulkan libs: apt install libvulkan1:i386 libvulkan1
Now proceed to the page : >>>>https://github.com/doitsujin/dxvk/releases<<<< and download the latest package. Open a terminal (Term-MATE f.e. - hit the "windows key" and enter "term" - klick on "MATE-Terminal"). Change the directory to where uncompressed the tar.gz file (most likely /home/your_user/Downloads/DXVKx.x.x) and run the script "setup_dxvk.sh" with "sh dxvk.sh". This will install the necessary libs into the wine folder.
4.) Download and install the original WOT installer At the time : Right click on the downloaded .exe file and select "run with wine program starter".
That's it. Rest goes as usual. Known issues :
|