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 ...