vote up 1 vote down star
1

Hi guys -

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?

Thanks in advance! ~Aki

flag
belongs on serverfault – Mitch Wheat Jun 21 at 2:20
Is there any particular reason you can't use VNC to install XCode the normal way? – unknown (google) Jun 21 at 2:38

4 Answers

vote up 0 vote down

You should already have curl (mine is at /usr/bin/curl) which you can use to get the fink or MacPorts downloads. Then go from there.

I'm a fink guy myself. Fink will need the devtools DVD isntalled.

link|flag
vote up 1 vote down

You can use fink to get yourself a copy of lynx (command line web browser) and then use that to download the OS X developer tools from Apple. Or you could just install a GNU tool chain from Fink iteslf.

link|flag
Nice. I'll give it a try and let you know how it goes. Thanks Grant. – Aki Iskandar Jun 21 at 2:31
vote up 2 vote down

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

link|flag
Thanks Ben. Remember, the machines are remote, and I do not have access to GUI tools - it has to all be over ssh, and the shell. Does Apple have this downloadable as binaries that I can get using curl? – Aki Iskandar Jun 21 at 2:25
1  
that makes things much more difficult. I imagine they exist somewhere on the apple website. Once you get the dmgs, hdiutil will probably be necessary macosx.com/tech-support/… – Ben Hughes Jun 21 at 2:32
vote up 1 vote down

Install MacPorts. This will give you all the usual command line tools that you might need.

link|flag
Thanks Greg. Is this installable as a binary via the terminal? Remember, the machines are remote, and I do not have access to GUI tools - it has to all be over ssh, and the shell. – Aki Iskandar Jun 21 at 2:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.