This is probably a noobish question, but I'm not in a position to test it myself as my Ubuntu installation is broken and I don't have the time to install another right now.
Basically, I'm trying to write a generic set of instructions for building SFML. On Windows, you have to set environment variables for CMake and MinGW-Make. On Linux OSs, having installed GCC and CMake, is there any need to to add their binary directories to some kind of %PATH% variable in order to allow them to be invoked on the command line without full file path qualification?
Actually, I'll briefly revive this thread if that's okay. Would you happen to know the situation for MacOS? I don't even know the name of the make utility on there. Can you just use GCC and Make as under Linux?
What I meant is that on MacOS, must you add the install directory to a %PATH% equivalent, or will it automatically be placed in a %PATH% directory as you said would happen on Linux.