This project provides C++11 bindings for the RNP high performance OpenPGP library.
-
Download, build and install shared version of the RNP OpenPGP library.
-
Configure this project.
cmake .
-
Build.
make
or
cmake --build . --config Release
Outputs are located in the bin/Release and bin/Debug folders.
ctest
or
ctest -C Release
There are C++ alternatives of RNP's examples under the examples folder.