minnyres
minnyres
I also have this problem for compiling aMule for Windows. Disabled IPv6 by `configure --disable-ipv6` works for me. I tested aMule on Linux, and found that aMule communicates to the...
应该是打包的问题: https://github.com/ronggang/transmission-web-control/issues/559
github版本没问题,gitee版本会出现这个错误
@hksdpc250 Great work! @droidmonkey Is there any progress? I noticed that KeePassXC team has switched to Visual C++ toolchain for Windows.
> So tried building vcpkg arm dependencies and failed on qt because it requires running qmake which is built as arm application running on x86 yeah vcpkg is still not...
@stax76 I am able to compile mpv for Windows ARM64 with GitHub actions: https://github.com/minnyres/mpv-windows-arm64/blob/main/.github/workflows/release.yml This is the pre-built binary file: https://github.com/minnyres/mpv-windows-arm64/releases/download/v0.37.0/mpv_v0.37.0_arm64-llvm-mingw.7z Can you consider add support for Windows ARM64 now?
I can confirm mpv.net runs on Windows ARM64. In Visual Studio, publish the build with runtime win-arm64. Then drop `libmpv-2.dll` and `vulkan-1.dll` to the location of mpv.net.
The releases on GitHub will ask to install x64 .Net desktop runtime even if I have arm64 .Net desktop runtime installed. After install x64 .Net desktop runtime it runs with...
> > this isn't possible. https://www.qt.io/blog/qt-for-windows-on-arm @iwalton3 with your permission I think this should be closed as blocked by Qt, our unwillingness to build qt from source, and a lack...
@kaistraube I think vcpkg supports to build them with the arm64-mingw-dynamic triplet. Microsoft recently released Visual Studio 2022 on ARM, with which I build KeePassXC 2.7.4: https://github.com/minnyres/keepassxc-windows-arm64/releases This is the...