- License: LGPL 2.1
- © Estonian Information System Authority
- Architecture of ID-software
-
Install dependencies
sudo apt-get install cmake qttools5-dev qttools5-dev-tools libpcsclite-dev libssl-dev
-
Fetch the source
git clone --recursive https://github.com/open-eid/qesteidutil cd qesteidutil
-
Configure
mkdir build cd build cmake ..
-
Build
make
-
Install
sudo make install
-
Execute
/usr/local/bin/qesteidutil
-
Install dependencies from
-
Fetch the source
git clone --recursive https://github.com/open-eid/qesteidutil cd qesteidutil
-
Configure
mkdir build cd build cmake -DQTSDK="~/Qt/5.3/clang_64" ..
-
Build
make
-
Install
sudo make install
-
Execute
open /usr/local/bin/qesteidutil.app
-
Install dependencies from
-
Fetch the source
git clone --recursive https://github.com/open-eid/qesteidutil cd qesteidutil
-
Configure
mkdir build cd build cmake -G"NMAKE Makefiles" -DQTSDK="C:\Qt\5.3\msvc2013" ..
-
Build
nmake
-
Execute
qesteidutil.exe
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.