Wine install: Difference between revisions

From wikinotes
(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...")
 
No edit summary
 
Line 18: Line 18:
make install
make install
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Archlinux -->

Latest revision as of 16:32, 2 July 2022

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