Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1022 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 1022 Bytes

digidocshellextension

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