I’d like to be able to compile a C/C++ file calling gcc from Sublime Text. There’s a good amount of “How to” in the web, all assuming that the GCC bin location is present in the environment PATH variable.
For a lot of reasons i don’t have and don’t want to have it that way: instead i’d like that ST3 could use his own path for GCC.
There’s a way to do this?