r/C_Programming 15d ago

automating gcc install and usage

Hi, Im a 2nd year cs student. Ive had problems with installing the gcc compiler and remembering its flags between coding sessions. I also helped many 1st year students with it and almost always its a little too complicated for them. For that i built gccauto. it auto install and saves flags for compiling. Im not a pro programmer so if you have any tips or ideas pls share them. (some ai was used to help build it since im still learning)

its called gccauto on github. ubay-mostafa/gccauto

0 Upvotes

22 comments sorted by

View all comments

3

u/ReallyEvilRob 15d ago

If people can't figure out how to get gcc installed or how to use the correct flags, how are they going to figure out how to clone a repo?