Wine install

From wikinotes
Revision as of 16:32, 2 July 2022 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Archlinux

Installing wine from the repo

packer -S wine
cower -d lib32-libwbclient

Compiling the most recent version of wine.

pacman -S gcc-multilib

mkdir ~/.wine
git clone git://source.winehq.org/git/wine.git wine-git
configure
make
make depends
make install