Libdigidocpp library offers creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards. Documentation http://open-eid.github.io/libdigidocpp
Install dependencies
# Ubuntu
sudo apt install cmake libxml2-dev libxmlsec1-dev zlib1g-dev
# Fedora
sudo dnf install cmake gcc-c++ libtool-ltdl-devel libxml2-devel minizip-ng-compat-devel openssl-devel zlib-devel xmlsec1-openssl-devel
Fetch the source
git clone --recursive https://github.com/open-eid/libdigidocpp
cd libdigidocpp
Configure
cmake -B build -S .
Build
cmake --build build
Install
sudo cmake --build build --target install
Execute
/usr/local/bin/digidoc-tool
Install dependencies from
Fetch the source
git clone --recursive https://github.com/open-eid/libdigidocpp
cd libdigidocpp
Prepare dependencies (available targets: macos, iphoneos, iphonesimulator, androidarm, androidarm64, androidx86_64)
sh prepare_osx_build_environment.sh macos all
Install dependencies
brew install pkg-config ninja
Configure, build and install (available presets: macos, iphoneos, iphonessimulator, androidarm, androidarm64, androidx86_64)
cmake --preset macos
cmake --build --preset macos
sudo cmake --build --preset macos --target install
Execute
/Library/Frameworks/digidocpp.framework/Resources/digidoc-tool
Install dependencies and necessary tools from
Toolset:
Fetch the source
git clone --recursive https://github.com/open-eid/libdigidocpp
cd libdigidocpp
Configure
cmake -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake `
-DVCPKG_TARGET_TRIPLET=x64-windows `
-DVCPKG_MANIFEST_FEATURES=tests `
-B build -S .
Optional CMake parameters:
-DSWIG_EXECUTABLE=C:/swigwin-4.2.1/swig.exe
After running the cmake build, digidoc_csharp.dll along with the C# source files will be created, more info at
examples/DigiDocCSharp/README.md.
Build
cmake --build build
Alternative to steps 4. and 5. -
powershell -ExecutionPolicy ByPass -File build.ps1 -platform x64
The build script builds executables and installation media for given
platform (Debug and Release with debug symbols)
Execute
build/src/digidoc-tool.exe
Official builds are provided through official distribution point id.ee. If you want support, you need to be using official builds. Contact our support via www.id.ee for assistance.
Source code is provided on “as is” terms with no warranty (see license for more information). Do not file Github issues with generic support requests.