Page 1 of 1
Recommendations for C++ Compiler?
Posted: Mon Nov 04, 2024 10:22 pm
by Bahamut ZERO
I just now realized that sf_decrunch exists, and since this is my first time compiling something to windows I was wondering if anyone had recommendations on a complier. I tried googling, but the sheer amount of results made me lmao.
I'm looking to revisit a star fox spoof hack I released a while back and redo a few graphical changes so I'll be able to release it here on the plaza, as well as going hog wild on some graphics I didn't get a chance to edit the first time around.
Re: Recommendations for C++ Compiler?
Posted: Tue Nov 05, 2024 12:09 am
by kandowontu
Why not use ultrastarfox? Its a version of the original source code we've made that makes modding a bit easier...
https://github.com/Sunlitspace542/ultrastarfox
It comes with argonaut's original compiler/linker and is an ez-build!
Re: Recommendations for C++ Compiler?
Posted: Tue Nov 05, 2024 6:50 am
by Bahamut ZERO
Oh hell, I didn't that existed either. Thanks for letting me know! I'll check it out.
Also in case someone stumbles across this thread looking for a compiler down the line, I found the Embarcadero fork of Dev-C++ easy to use. Link: https://github.com/Embarcadero/Dev-Cpp/