main wrapper for manipulating Skyblivion.esm with CBash
These are simple instructions that have worked in one instance: Install CMake and Boost To further install Boost and build its additional components, read about using bootstrap and b2, but call b2 like this: .\b2 --build-type=complete toolset=msvc-16.0 Uncomment the first line of CMakeLists.txt and point it to the correct Boost path on your computer. Open "Developer Command Prompt for VS" and call cmake like this: cmake CMakeLists.txt Using the "Developer Command Prompt for VS" seems to help when debugging the build process.