Install GmSSL on Windows using Visual Studio
masterOn Windows, it is recommended to use Visual Studio 2022 or newer. Use the "Developer Command Prompt for VS 2022" to run the build commands. Note that nmake install typically requires Administrator privileges to write to C:\Program Files\GmSSL.
mkdir build
cd build
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
nmake
ctest --output-on-failure
nmake install