Skip to content
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

Open
elmarco opened this issue Jan 20, 2022 · 4 comments
Open

How to bootstrap msys2 doc? #179

elmarco opened this issue Jan 20, 2022 · 4 comments

Comments

@elmarco
Copy link

elmarco commented Jan 20, 2022

Hi!

Thanks for the great work and service :)

Is there any document that explains how MSYS2 is bootstrapped from source?

@lazka
Copy link
Member

lazka commented Jan 20, 2022

What are you trying to do?

@elmarco
Copy link
Author

elmarco commented Jan 20, 2022

Learn how it was built, eventually try to build it myself.

@lazka
Copy link
Member

lazka commented May 2, 2022

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.

@lazka
Copy link
Member

lazka commented May 4, 2024

somewhat related, someone created a cygwin bootstrap process for Arch Linux: https://github.com/ookiineko/arch-cygwin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants