Search code examples
macosmakefile

How can I get dev tools (such as make) for Mac OS X via the command line


I am in a bit of a pickle. I have a few Mac Minis that I am colocating at my ISP and only have shell access (via ssh for example) to administer the boxes. This is fine, but I just realized - after downloading some tar files for a couple of packages I needed - that I don't have the basic dev tools installed (such as make, for compiling source code). Is there a place I can download them from using curl?


Solution

  • install xcode off of the Mac OS install media (I think it's the second dvd or cd or whatever, but am unsure). That should do it