Skip to content

jsanko/digidoc-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 32.5%
  • C 26.5%
  • Objective-C++ 18.6%
  • CMake 12.1%
  • Python 7.9%
  • Shell 2.4%