hangover icon indicating copy to clipboard operation
hangover copied to clipboard

how to compile a arm64 ubuntu20 version

Open myenglishmail opened this issue 4 months ago • 4 comments

which arch ? which os ? to compile the hangover 10.6 version?

I want to compile the 10.x version, with the x64 ubuntu2004, follow the steps:

$ mkdir -p wine/build $ cd wine/build $ export PATH=/path/to/llvm-mingw/bin:$PATH $ ../configure --disable-tests --with-mingw=clang --enable-archs=arm64ec,aarch64,i386 $ make -j$(nproc) $ sudo env PATH="$PATH" make install

some issues: 1.cannot compile complietely, shows some errors,: redefined something 2. if compile ok, what version will be out ? the arm64 version ? or the x86/64 version ? 3. if I want arm64 ubuntu20 version , how can I to do ?

myenglishmail avatar Aug 19 '25 01:08 myenglishmail

Have a look at the corresponding GitHub action

AndreRH avatar Aug 20 '25 18:08 AndreRH

I just found this link: https://github.com/AndreRH/hangover/blob/master/docs/COMPILE.md

can you give me a direct link to the compile steps , or to the instructions ?

myenglishmail avatar Aug 25 '25 08:08 myenglishmail

see my opers:

myenglishmail avatar Aug 25 '25 09:08 myenglishmail

Image

myenglishmail avatar Aug 25 '25 09:08 myenglishmail