Skip to content

DigiDoc3 Client is a programme that can be used to sign digitally with ID-card and Mobile-ID, check the validity of digital signatures and open and save documents inside the signature container.

License

Notifications You must be signed in to change notification settings

mihkelvain/qdigidoc

 
 

Repository files navigation

DigiDoc3 Client

Building

Build Status Coverity Scan Build Status

Ubuntu

  1. Install dependencies

     sudo apt-get install cmake qttools5-dev qttools5-dev-tools libpcsclite-dev libssl-dev libdigidocpp-dev
    
  2. Fetch the source

     git clone --recursive https://github.com/open-eid/qdigidoc
     cd qdigidoc
    
  3. Configure

     mkdir build
     cd build
     cmake ..
    
  4. Build

     make
    
  5. Install

     sudo make install
    
  6. Execute

     /usr/local/bin/qdigidocclient
    

OSX

  1. Install dependencies from

  2. Fetch the source

     git clone --recursive https://github.com/open-eid/qdigidoc
     cd qdigidoc
    
  3. Configure

     mkdir build
     cd build
     cmake -DQTSDK="~/Qt/5.3/clang_64" ..
    
  4. Build

     make
    
  5. Install

     sudo make install
    
  6. Execute

     open /usr/local/bin/qdigidocclient.app
    

Windows

  1. Install dependencies from

  2. Fetch the source

     git clone --recursive https://github.com/open-eid/qdigidoc
     cd qdigidoc
    
  3. Configure

     mkdir build
     cd build
     cmake -G"NMAKE Makefiles" -DQTSDK="C:\Qt\5.3\msvc2013" ..
    
  4. Build

     nmake
    
  5. Execute

     client\qdigidocclient.exe
    

Support

Official builds are provided through official distribution point installer.id.ee. If you want support, you need to be using official builds. Contact for assistance by email [email protected] or www.id.ee.

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.

About

DigiDoc3 Client is a programme that can be used to sign digitally with ID-card and Mobile-ID, check the validity of digital signatures and open and save documents inside the signature container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.1%
  • Objective-C 11.4%
  • CMake 5.2%
  • Objective-C++ 3.4%
  • C 3.0%
  • Python 0.6%
  • Shell 0.3%