Vcpkg Manager

From Crypto++ Wiki
Jump to navigation Jump to search

The Vcpkg Manager helps you manage C and C++ libraries on Windows, Linux and MacOS. The package manager is available at Microsoft Vcpkg GitHub. Phoebe Hui provided instructions to use the package manager with Crypto++ in Pull Request 925. The instructions below are taken from Hui's pull request.

The port is named cryptopp, and the port is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.

Other pages of interest are Visual Studio and CMake on the Crypto++ wiki.

Installation

You can download and install Crypto++ using the Vcpkg dependency manager.

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install cryptopp

Downloads

vcpkg - Microsoft GitHub with the latest vcpkg sources.