Mehmet Hanoğlu

Mehmet Hanoğlu

Software Developer

Etiketler


Download source codes from official repo.

https://dl.winehq.org/wine/source/3.0/wine-3.0.3.tar.xz

Extract archive to folder ( wine-3.0.3 ) then,

1) Install flex and bison packages

sudo apt install flex bison

2) Configure with enable 64 bit support

./configure --enable-win64

3) After finished the configure process

make

4) Installation after making.

sudo make install

5) Now you can run wine via this command

./wine

.wine directory will be created on home directory. For testing you can run notepad

./wine notepad