Hacker's Guide to Setting Up Your Mac
11–20 of 267 posts
Re: Hacker's Guide to Setting Up Your Mac
#12Step 1. Install linux
Re: Hacker's Guide to Setting Up Your Mac
#13Do I understand that brew does not require xcode and I can jump straight from a new machine to `brew install git` (for instance) ?
If so, why does anyone use macports over brew ?
Re: Hacker's Guide to Setting Up Your Mac
#14Re: Hacker's Guide to Setting Up Your Mac
#15My stumbling block is always that I start with macports, which requires Xcode, which requires logging into apple, app store, long download, long install ... Do I understand that brew does not require xcode and I can jump straight from a new machine to `brew install git` (for instance) ? If so, why does anyone use macports over brew ?
Re: Hacker's Guide to Setting Up Your Mac
#16Re: Hacker's Guide to Setting Up Your Mac
#17My stumbling block is always that I start with macports, which requires Xcode, which requires logging into apple, app store, long download, long install ... Do I understand that brew does not require xcode and I can jump straight from a new machine to `brew install git` (for instance) ? If so, why does anyone use macports over brew ?
Re: Hacker's Guide to Setting Up Your Mac
#18My stumbling block is always that I start with macports, which requires Xcode, which requires logging into apple, app store, long download, long install ... Do I understand that brew does not require xcode and I can jump straight from a new machine to `brew install git` (for instance) ? If so, why does anyone use macports over brew ?
I suspect macports might also be able to cope with just these tools? Or does it still have X11 ports?
Re: Hacker's Guide to Setting Up Your Mac
#19I would also highly suggest installing curl via homebrew. The version that ships with OSX 10.9 has some broken features that might bite you. http://curl.haxx.se/mail/archive-2013-10/0036.html
Re: Hacker's Guide to Setting Up Your Mac
#20My stumbling block is always that I start with macports, which requires Xcode, which requires logging into apple, app store, long download, long install ... Do I understand that brew does not require xcode and I can jump straight from a new machine to `brew install git` (for instance) ? If so, why does anyone use macports over brew ?
You can download the command line tools directly, you may need to be a registered Apple dev first though
xcode-select --install
And it'll prompt you to install the command line tools.