Possible Duplicate:
Compiling/Using a Linux source on Mac OS X
I want to install NEAT C++ on my Mac, yet there is no distribution that supports OS X.
Can I manually install this?
The source contains a bunch of c++ header files and a Makefile to generate the neat executable.
I'm thinking to place the executable in /usr/bin/ and the header files in usr/include/neat.
Is this the right way to do this? (I'm asking before trying, because I don't want to mess up my /usr/ tree any mor than it already is).