Wine ARM Binary Port

Questions about Wine on Linux
Locked
User avatar
Ender_Night_Lord
Newbie
Newbie
Posts: 3
Joined: Fri Jul 06, 2018 9:12 pm

Wine ARM Binary Port

Post by Ender_Night_Lord »

Can wine be compiled to be ARM (From i3 to armhf)
if you can... can you give us a download link on how to
do it?

also why is winetricks in the arm repo? https://archlinuxarm.org/packages/any/winetricks
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine ARM Binary Port

Post by dimesio »

You can compile Wine for ARM, but it won't run x86 applications. https://wiki.winehq.org/ARM
also why is winetricks in the arm repo? https://archlinuxarm.org/packages/any/winetricks
Ask the Arch package maintainers. WineHQ has no control over distro repositories.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine ARM Binary Port

Post by Bob Wya »

Ender_Night_Lord wrote:also why is winetricks in the arm repo? https://archlinuxarm.org/packages/any/winetricks
Because winetricks is a shellscript (hence why it's in the any arch category)...
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine ARM Binary Port

Post by Bob Wya »

Ender_Night_Lord wrote:Can wine be compiled to be ARM (From i3 to armhf)
You probably want to take a look at: Github: AndreRH / hangover.
The aim of this project is to create a three legged horse (only calls to native PE binaries are emulated with qemu, the rest is native code).

Bob
User avatar
Ender_Night_Lord
Newbie
Newbie
Posts: 3
Joined: Fri Jul 06, 2018 9:12 pm

Re: Wine ARM Binary Port

Post by Ender_Night_Lord »

Cool thanks guys
User avatar
Ender_Night_Lord
Newbie
Newbie
Posts: 3
Joined: Fri Jul 06, 2018 9:12 pm

Re: Wine ARM Binary Port

Post by Ender_Night_Lord »

This is what I got trying to install winetricks:

[ender@alarm ~]$ sudo pacman -S winetricks
resolving dependencies...
warning: cannot resolve "wine", a dependency of "winetricks"
:: The following package cannot be upgraded due to unresolvable dependencies:
winetricks

:: Do you want to skip the above package for this upgrade? [y/N] y
looking for conflicting packages...
there is nothing to do
[ender@alarm ~]$ sudo pacman -S winetricks
resolving dependencies...
warning: cannot resolve "wine", a dependency of "winetricks"
:: The following package cannot be upgraded due to unresolvable dependencies:
winetricks

:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'wine' required by winetricks
[ender@alarm ~]$
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine ARM Binary Port

Post by Bob Wya »

@Ender_Night_Lord

I will re-iterate...

winetricks is a simply a monolithic shellscript.

See: WineHQ Wiki: Winetricks.

Bob
Locked