2. Preparation at start

The build process with any system takes place inside working directories.

Working directory:
independent directory with complete content for the build. It contains sources, build directories, all temporary files, built binaries, install-ready archives and the copy of build system itself.

It is possible to create lots of working directories at the same time and do independent development inside each of them. The build process does not affect the filesystem outside its working directory.

Table of Contents