1.1. Introduction

In this part of the book, we will try to cover the basics and bare-metals of a C/C++ Software Build Systems.

We will start with:

  • A small text file that would just print Hello World.

  • Step by step we will try to make it a little more complicated to print Hello World in different languages.

In this book, we will be using GNU GCC Compiler. For basic compilation, the concepts and details mentioned in this section hold true for almost all the standard C compilers you may come across.