From 61c1a106bd81794f48e4cd85bae129f9270279e8 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Sun, 1 Nov 2015 19:41:28 +0100 Subject: libdigidoc (3.10.1.1208-1) unstable; urgency=medium * Initial upload (Closes: #658300). # imported from the archive --- README.md | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..d263ab8 --- /dev/null +++ b/README.md @@ -0,0 +1,110 @@ +# libdigidoc + + * License: LGPL 2.1 + * © Estonian Information System Authority + +Dependencies +--------------------------- +You need the following dependent librarys to build libdigidoc: +- openssl - https://www.openssl.org/ - Apache style license +- libxml2 - http://xmlsoft.org/ - MIT license +- zlib - http://www.zlib.net/ - zlib license +- iconv - https://www.gnu.org/software/libiconv/ - LGPL license +- doxygen - http://www.stack.nl/~dimitri/doxygen/ - doxygen license + + +Full documentation +---------------------------- +For documentation please see in doc folder SK-CDD-PRG-GUIDE +Contact for assistance by email abi@id.ee or http://www.id.ee + +## Building +[![Build Status](https://travis-ci.org/open-eid/libdigidoc.svg?branch=master)](https://travis-ci.org/open-eid/libdigidoc) +[![Coverity Scan Build Status](https://scan.coverity.com/projects/724/badge.svg)](https://scan.coverity.com/projects/724) + +### Ubuntu + +1. Install dependencies + + sudo apt-get install cmake libxml2-dev libssl-dev + +2. Fetch the source + + git clone --recursive https://github.com/open-eid/libdigidoc + cd libdigidoc + +3. Configure + + mkdir build + cd build + cmake .. + +4. Build + + make + +5. Install + + sudo make install + +6. Execute + + /usr/local/bin/cdigidoc + +### OSX + +1. Install dependencies from [http://www.cmake.org](http://www.cmake.org) + +2. Fetch the source + + git clone --recursive https://github.com/open-eid/libdigidoc + cd libdigidoc + +3. Configure + + mkdir build + cd build + cmake .. + +4. Build + + make + +5. Install + + sudo make install + +6. Execute + + /usr/local/bin/cdigidoc + +### Windows + +1. Install dependencies from + * [Visual Studio Express 2013 for Windows Desktop](http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx) + * [Libxml2](http://xmlsoft.org/downloads.html) + * [OpenSSL Win32 binaries](https://slproweb.com/products/Win32OpenSSL.html) or [OpenSSL source](https://www.openssl.org/source/) + * [ZLib source](http://zlib.net/zlib128.zip) +2. Fetch the source + + git clone --recursive https://github.com/open-eid/libdigidoc + cd libdigidoc + +3. Configure + + mkdir build + cd build + cmake .. + +4. Build + + make + +5. Execute + + libdigidoc/cdigidoc.exe + +## Support +Official builds are provided through official distribution point [installer.id.ee](https://installer.id.ee). If you want support, you need to be using official builds. Contact for assistance by email [abi@id.ee](mailto:abi@id.ee) or [www.id.ee](http://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. -- cgit v1.2.3