Assets from O_LOBSTER. Please consider supporting them if you use these for a commercial game.
GCC (which comes with gcc and g++): https://gcc.gnu.org/install/
- Supplementary video for installing GCC on Windows (because it's really hard for some reason): https://www.youtube.com/watch?v=k6juv3mIr9o
Make: https://gnuwin32.sourceforge.net/packages/make.htm
Git: https://git-scm.com/downloads
- MacOS: https://github.com/raysan5/raylib/wiki/Working-on-macOS
- Windows: https://github.com/raysan5/raylib/wiki/Working-on-Windows
- Linux: https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux
If you're on Windows and finding that installing make and gcc is difficult, I recommend looking into a package manager. Chocolately (https://chocolatey.org/) is a good, popular option.