Wine install

From wikinotes
Revision as of 20:27, 13 March 2022 by Will (talk | contribs) (Created page with "= Archlinux = <blockquote> Installing wine from the repo <syntaxhighlight lang="bash"> packer -S wine cower -d lib32-libwbclient </syntaxhighlight> Compiling the most recent...")
(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