Skip to content

CryptoLib: Environment & Building

Scott Zemerick edited this page Nov 26, 2021 · 26 revisions

Environment

CryptoLib is currently being developed on Ubuntu 20.04 and CentOS 7.X 64bit. Dependencies include the essential development tools, such as:

  • cmake
  • libgcrypt

Building

Build CryptoLib by following these steps:

Clone the CryptoLib repo. Switch to the desired branch. Currently, integration efforts are occurring in the collab_main branch. cd Crypto mkdir build cmake ../ make make tests

Clone this wiki locally