- Create a build/ directory in the root folder
- Run the conan install script in pwsh (Windows) or .sh file for Linux/Darwin: this puts the find<>.cmake files in the folder
- Run the build task CMake Configure for your platform and version. This runs cmake with the presets in the .json file in the root directory.
- Run the build task Build <release/debug>
- You need to run the conan install scripts in BuildScripts/
- The conanfile.py specifies what is needed
- Install conan 1.x if not available