This video covers a bit of information on compilation of C++ programs and how to set up a basic Make based build system.
Blog post: https://thecppdev.wordpress.com/2021/...
Source code: https://bit.ly/3iCemDe
Cppdev store : https://teespring.com/stores/cppdev-s...
Music : www.bensound.com
Table of contents:
0:00 Introduction
1:25 Build using g++ compiler - no build tool
5:20 Make demonstration and Makefile setup
6:22 Makefile contents for the project
10:27 Make build with previously created Makefile
11:38 Makefile fine tuning (tweaks)
13:07 Build directory directly from Makefile
15:34 Commit and push changes in Git
16:42 Github changes overview