This is related to “Can you make a build in one step?” on The Joel Test. But it’s not the same.
Joel is asking whether a complete build can be made in a single step. By pressing one button, do I get an installer containing my latest release?
This is about ensuring that a new developer (or an existing developer at a new machine) can be productive as soon as possible. If it takes even an experienced developer all afternoon and a bunch of manual steps before they can start working with the code, you’ve got a problem.