how to compile a arm64 ubuntu20 version
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 ?
Have a look at the corresponding GitHub action
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 ?
see my opers: