Help me understand how i can trust this version of GCC? #3
Unanswered
parlortrickss
asked this question in
Q&A
Replies: 1 comment
-
I'm not entirely sure how to answer your question. Install C is fundamentally just an Inno Setup Script that uses WinLibs(Open Source), and MinGW-w64(Open Source). This project is also open source. If you absolutely need to make sure that the Install C installer is 1:1, then you can read CONTRIBUTING.md #Code and build the installer on your own system. If you can recommend any alternatives to improve transparency, I'm open to it. Right now, I'm considering setting up GitHub Actions to run the script and build Install C automatically whenever I push an update to this repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like what you've done here, it has made using C easy on my work Windows laptop. I am only a hobbyist but i do have concerns around trusting this custom build.
It won't stop me using it, but i am more interested in how i could verify that this setup is just a pre-compiled GCC you supplied. How do i know what changes you made to make this work if any?
Beta Was this translation helpful? Give feedback.
All reactions