-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to bootstrap msys2 doc? #179
Comments
What are you trying to do? |
Learn how it was built, eventually try to build it myself. |
It's unlikely that there ever was a proper bootstrap path. Likely cross compiling cygwin from Linux, then build a cygwin toolchain, then build the msys toolchain + cross toolchains with that, and then bootstrap the mingw ones using the msys cross compilers. Lots of mingw packages can also be cross compiled from Linux directly. |
somewhat related, someone created a cygwin bootstrap process for Arch Linux: https://github.com/ookiineko/arch-cygwin |
Hi!
Thanks for the great work and service :)
Is there any document that explains how MSYS2 is bootstrapped from source?
The text was updated successfully, but these errors were encountered: