ENBHelperSE
ENBHelperSE copied to clipboard
Requirements
-
CMake
- Add this to your
PATH
- Add this to your
- PowerShell
-
Vcpkg
- Add the environment variable
VCPKG_ROOT
with the value as the path to the folder containing vcpkg
- Add the environment variable
-
Visual Studio Community 2019
- Desktop development with C++
Register Visual Studio as a Generator
- Open
x64 Native Tools Command Prompt
- Run
cmake
- Close the cmd window
Building
git clone https://github.com/aers/ENBHelperSE
cd ENBHelperSE
git submodule update --init --recursive
cmake -B build -S .