~soapdog/windows-on-arm-binaries

Some binaries I've compiled for Windows on ARM64

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~soapdog/windows-on-arm-binaries
read/write
git@git.sr.ht:~soapdog/windows-on-arm-binaries

You can also use your local clone with git send-email.

#Windows on ARM64 binaries

This repository contains some binary apps that I've compiled for Windows on ARM64 (nee aarch64).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#Lua 5.3.5

Lua 5.3.5 compiled using dynamic linking for lua.dll but static linking for the runtime library for VS.

#Fossil 2.10

Fossil 2.10 was compiled with FOSSIL_ENABLE_TCL, FOSSIL_BUILD_SSL and FOSSIL_ENABLE_SSL. There were too many warnings in the cross-compilation of OpenSSL for my taste. I had to disable /WX for the build to occur which is of course not safe. I've tried using it to clone an HTTPS repo and it worked.