- Notifications
You must be signed in to change notification settings - Fork 2
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
Why MSYS2? #2
Comments
asmwarrior commented Aug 17, 2024
I think the reason to use msys2 is that it has many build in libraries for the G++ compiler, for example, it has boost library(need to build one C::B plugin) |
It's more complex if you don't use msys2. It's not easy to build those cb projects using cb through cli in github action. |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hello, I'd like to ask why does the script build C::B for use in MSYS2 when it can be compiled to be standalone and work without MSYS2. Is there a reason to that?