Skip to content

sander85/qdigidoc

 
 

Repository files navigation

DigiDoc3 Client

  • License: LGPL 2.1
  • © Estonian Information System Authority

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/qdigidoc
    

OSX

  1. Install dependencies from http://www.cmake.org and http://qt-project.org

  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/qdigidoc.app
    

Support

Official builds are provided through official distribution point installer.id.ee. If you want support, you need to be using official builds.

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.8%
  • TypeScript 36.8%
  • Objective-C 8.0%
  • Objective-C++ 2.3%
  • C 2.1%