Download, Compile & Build of http://www.rttr.org/ library into our project so we can use it to create automated Lua bindings.
The stub project for these videos is available here.
https://github.com/davepoo/EmbeddingLuaTutorial
How to embed Lua into a C++ application and interface with the Lua C API.
To follow along you should be familiar with how to code in C++, some knowledge of the Lua scripting langage itself is preferable as this is not a scripting language tutorial.
The tutorial is on Windows and using CMake and Visual Studio, but you could build this code on pretty much any platform.
See https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html for the CMake documenation on how to make for your platform if you aren't using Visual Studio.