{"id":13681601,"url":"https://github.com/open-eid/DigiDoc4-Client","last_synced_at":"2025-04-30T06:31:34.978Z","repository":{"id":25804681,"uuid":"103380459","full_name":"open-eid/DigiDoc4-Client","owner":"open-eid","description":"DigiDoc4 is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes etc.","archived":false,"fork":false,"pushed_at":"2024-10-17T06:16:48.000Z","size":14051,"stargazers_count":119,"open_issues_count":21,"forks_count":42,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-19T08:43:39.624Z","etag":null,"topics":["macos","pki","signature","ubuntu","windows"],"latest_commit_sha":null,"homepage":"https://www.id.ee/en/article/install-id-software/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-eid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-13T09:28:30.000Z","updated_at":"2024-10-17T06:16:53.000Z","dependencies_parsed_at":"2023-10-11T12:46:20.100Z","dependency_job_id":"b4972fe8-161e-4f06-9d11-55aff6c20728","html_url":"https://github.com/open-eid/DigiDoc4-Client","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-eid%2FDigiDoc4-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-eid%2FDigiDoc4-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-eid%2FDigiDoc4-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-eid%2FDigiDoc4-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-eid","download_url":"https://codeload.github.com/open-eid/DigiDoc4-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224201706,"owners_count":17272623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["macos","pki","signature","ubuntu","windows"],"created_at":"2024-08-02T13:01:32.883Z","updated_at":"2024-11-12T01:30:22.427Z","avatar_url":"https://github.com/open-eid.png","language":"C++","readme":"# DigiDoc4 Client\n\n![European Regional Development Fund](client/images/EL_Regionaalarengu_Fond.png \"European Regional Development Fund - DO NOT REMOVE THIS IMAGE BEFORE 05.03.2020\")\n\n * License: LGPL 2.1\n * \u0026copy; Estonian Information System Authority\n * [Architecture of ID-software](http://open-eid.github.io)\n\n## Building\n[![Build Status](https://github.com/open-eid/DigiDoc4-Client/workflows/CI/badge.svg?branch=master)](https://github.com/open-eid/DigiDoc4-Client/actions)\n* [Ubuntu](#ubuntu)\n* [macOS](#macos)\n* [Windows](#windows)\n\n### Ubuntu\n\n1. Install dependencies (libdigidocpp-dev must be installed from RIA repository)\n   * Add custom RIA repository to APT repository list\n\n         curl https://installer.id.ee/media/install-scripts/C6C83D68.pub | gpg --dearmor | tee /etc/apt/trusted.gpg.d/ria-repository.gpg \u003e /dev/null\n         echo \"deb http://installer.id.ee/media/ubuntu/ $(lsb_release -sc) main\" | sudo tee /etc/apt/sources.list.d/ria-repository.list\n         sudo apt update\n\n   * Install\n\n         # Ubuntu\n         sudo apt install cmake qt6-tools-dev libqt6svg6-dev libpcsclite-dev libssl-dev libdigidocpp-dev libldap2-dev gettext pkg-config  libflatbuffers-dev zlib1g-dev\n         # Fedora\n         sudo dnf install qt6-qtsvg-devel qt6-qttools-devel pcsc-lite-devel openssl-devel libdigidocpp openldap-devel gettext pkg-config flatbuffers-devel flatbuffers-compiler\n\n   * Also runtime dependency opensc-pkcs11 and pcscd is needed\n\n2. Fetch the source\n\n        git clone --recursive https://github.com/open-eid/DigiDoc4-Client\n        cd DigiDoc4-Client\n\n3. Configure\n\n        cmake -B build -S .\n\n4. Build\n\n        cmake --build build\n\n5. Execute\n\n        ./build/client/qdigidoc4\n\n### macOS\n\n1. Install dependencies from\n   * [XCode](https://apps.apple.com/us/app/xcode/id497799835?mt=12)\n   * [http://www.cmake.org](http://www.cmake.org)\n   * [http://qt-project.org](http://qt-project.org)  \n       Build universal binary of Qt using provided [prepare_osx_build_environment.sh](prepare_osx_build_environment.sh) script; by default Qt is built in the `~/cmake_builds` folder but alternate build path can be defined with the `-p` option.\n   * [libdigidocpp-*.pkg](https://github.com/open-eid/libdigidocpp/releases)\n\n2. Fetch the source\n\n        git clone --recursive https://github.com/open-eid/DigiDoc4-Client\n        cd DigiDoc4-Client\n\n3. Configure\n\n        cmake -B build -S . \\\n          -DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.6.3-OpenSSL\n          -DOPENSSL_ROOT_DIR=~/cmake_build/OpenSSL \\\n          -DLDAP_ROOT=~/cmake_build/OpenLDAP \\\n          -DCMAKE_OSX_ARCHITECTURES=\"x86_64;arm64\"\n\n4. Build\n\n        cmake --build build\n\n5. Execute\n\n        open build/client/qdigidoc4.app\n\n\n### Windows\n\n1. Install dependencies from\n    * [Visual Studio Community 2019](https://www.visualstudio.com/downloads/)\n    * [http://www.cmake.org](http://www.cmake.org)\n    * [http://qt-project.org](http://qt-project.org)\n    * [libdigidocpp-*.msi](https://github.com/open-eid/libdigidocpp/releases)\n\n2. Fetch the source\n\n        git clone --recursive https://github.com/open-eid/DigiDoc4-Client\n        cd DigiDoc4-Client\n\n3. Configure\n\n        cmake -G\"NMAKE Makefiles\" -DCMAKE_PREFIX_PATH=C:\\Qt\\6.6.3\\msvc2019_x64  -DLibDigiDocpp_ROOT=\"C:\\Program Files (x86)\\libdigidocpp\" -B build -S .\n\n4. Build\n\n        cmake --build build\n\n6. Execute\n\n        build\\client\\qdigidoc4.exe\n\n\n## Support\nOfficial builds are provided through official distribution point [id.ee](https://www.id.ee/en/article/install-id-software/). If you want support, you need to be using official builds. Contact our support via www.id.ee for assistance.\n\nSource code is provided on \"as is\" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-eid%2FDigiDoc4-Client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-eid%2FDigiDoc4-Client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-eid%2FDigiDoc4-Client/lists"}