MSYS2 packages for ngdevkit

May 17, 2023 ยท View on GitHub

Nightly builds status

Nightly build for emudbg Nightly build for ngdevkit-gngeo Nightly build for ngdevkit-toolchain Nightly build for ngdevkit

GitHub Workflow Status

Description

This git repository contains a collection of PKGBUILD files that are consumed by ngdevkit CI to produce nightly packages for MSYS2. The packages target the UCRT64 subsystem, which means they provide native Win10 binaries with no runtime dependencies on MSYS2.

You can consume those packages directly in your MSYS2 environment by adding the ngdevkit MSYS2 repository in your /etc/pacman.conf:

[ngdevkit]
SigLevel = Optional TrustAll
Server = https://dciabrin.net/msys2-ngdevkit/\$arch

Have a look at the ngdevkit repository for a detailed documentation on how to install those packages and use them to build and run some example ROMs.

Discussion

Please send feedbacks and report bugs to the main ngdevkit repository.