Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

open-eid/digidoc-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digidocshellextension

NB! Please note that the Shell extension code was moved to DigiDoc4 Client repository.
We won't be accepting pull requests or responding to issues in this repository anymore. We are happy to accept your proposals in the DigiDoc4 Client repository: https://github.com/open-eid/DigiDoc4-Client.

Shell extensions for signing and encrypting with DigiDoc client.
Extracted from DigiDoc3 Client - includes shell extensions for Windows, Linux and Mac (QuickLook plugin). Windows shell extension is compiled as a separate project, shell extensions for other platforms are included as DigiDoc3 or DigiDoc4 submodules and included in client build.

Building on Windows

  1. Install dependencies from
  1. Fetch the source

     git clone --recursive https://github.com/open-eid/digidocshellextension
     cd digidocshellextension
    
  2. Configure

     mkdir build
     cd build
     cmake -G"NMake Makefiles" ..
    
  3. Build

     nmake