AOCL-Cryptography requires CMake and Microsoft Visual Studio for building the binaries from the sources on Windows.
- For detailed steps on compilation flags and build on Windows, refer to
Configure and Build
Clone the repository aocl-crypto.
Open Command Prompt or PowerShell.
cd aocl-cryptomkdir buildRun
cmake configureusing the following options:Table 6.2 AOCL-Cryptography - Windows Options# Option
Description
-A (platform)
x86/x64
-B (build directory)
Build
-T (toolset)
ClangCl/LLVM
-G (specify generator)
Visual Studio 17 2022/ Visual Studio 16 2019 / Ninja
Build the library:
--config=release/debug
PS>cmake --build ./build --config=release -j