Minimum Xcode Dev Tools packages required for installing gems?

XCode's installer has some options to let you strip out some things you won't use, but it's not going to let you strip everything and only keep gcc.

XCode's installer has some options to let you strip out some things you won't use, but it's not going to let you strip everything and only keep gcc. Remember their saying "It just works", well, they're not going to make it easy to break it.

Well, yes and no. XCode. Mpkg proper has very few options.

I was successful with selecting "Xcode Build Essentials" (something to that effect -- you can't unselect this one) and "Unix Development". I was using XCode 3.1.4 downloaded from Apple's site and there's a directory fo all available packages -- so what I want is to know what individual packages I need from there. Does that make sense?

My theory is that 'Xcode Developer Essentials' is pulling some combination of individual packages -- which ones are essential for ruby gem installs? I don't need XCode or bluetooth. Sdk for example... – Hendy Feb 10 at 16:01 Well, though not satisfying, I think your answer is correct.

Installing via the actual Xcode. Mpkg allows the "cleanest" implementation -- 1) almost everything is in /Developer and 2) the stuff that's not can be uninstalled via the command sudo /Developer/Library/uninstall-devtools --mode=all. Installing the individual packages doesn't seem to set $PATH correctly and littered my system in the attempt.Again... not happy with the answer, but you're correct!

– Hendy Mar 10 at 16:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions