© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2024
B. I. Tuleuov, A. B. OspanovaBeginning C++ Compilershttps://doi.org/10.1007/978-1-4842-9563-2_4

4. General Build Information

Berik I. Tuleuov1   and Ademi B. Ospanova2
(1)
Nur-Sultan, Akmolinskaia, Kazakhstan
(2)
Nur-Sułtan, Kazakhstan
 

This chapter describes the process of building software on Unix-like and Windows systems. A way to port the build process on Unix systems to the Windows platform is given. New build tools in Windows are also given.

4.1 Unix Systems

The traditional tool for building programs and libraries in the world of Unix-like systems is the famous make utility. Depending on what the utility is “ordered” to do, it can do many things: compile ...

Get Beginning C++ Compilers: An Introductory Guide to Microsoft C/C++ and MinGW Compilers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.