To compile and run the examples in this chapter, the reader must have administrative access to a computer running Ubuntu 18.04 with a functional internet connection. Prior to running these examples, the reader must install the following:
> sudo apt-get install build-essential git cmake
If this is installed on any operating system other than Ubuntu 18.04, then GCC 7.4 or higher and CMake 3.6 or higher will be required.
The code files for the chapter can be found at https://github.com/PacktPublishing/Advanced-CPP-CookBook/tree/master/chapter08.