Coder Social home page Coder Social logo

korc / qesteidutil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from open-eid/qesteidutil

0.0 2.0 0.0 4.68 MB

ID-card utility allows you check the ID-card operation and the validity of the certificates, change as well as unblock locked PIN codes and change the PUK code.

Home Page: http://installer.id.ee

License: GNU Lesser General Public License v2.1

CMake 6.45% C++ 93.55%

qesteidutil's Introduction

ID-card utility

Building

Build Status Build Status Coverity Scan Build Status

Ubuntu

  1. Install dependencies

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

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

     mkdir build
     cd build
     cmake ..
    
  4. Build

     make
    
  5. Install

     sudo make install
    
  6. Execute

     /usr/local/bin/qesteidutil
    

OSX

  1. Install dependencies from

  2. Fetch the source

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

     mkdir build
     cd build
     cmake -DQt5_DIR="~/Qt/5.5/clang_64/lib/cmake/Qt5" ..
    
  4. Build

     make
    
  5. Install

     sudo make install
    
  6. Execute

     open /usr/local/bin/qesteidutil.app
    

Building OSX Qt from source

brew install openssl

curl -O -L http://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz
tar xf qtbase-opensource-src-5.9.3.tar.xz
cd qtbase-opensource-src-5.9.3
./configure -prefix /Developer/Qt-5.9.3 -opensource -nomake tests -nomake examples -no-securetransport -openssl-runtime -confirm-license -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
make
sudo make install
cd ..
rm -rf qtbase-opensource-src-5.9.3

curl -O -L http://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz
tar xf qttools-opensource-src-5.9.3.tar.xz
cd qttools-opensource-src-5.9.3
/Developer/Qt-5.9.3/bin/qmake
make
sudo make install
cd ..
rm -rf qttools-opensource-src-5.9.3

Windows

  1. Install dependencies from

  2. Fetch the source

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

     mkdir build
     cd build
     cmake -G"NMAKE Makefiles" -DQt5_DIR="C:\Qt\5.9\msvc2015\lib\cmake\Qt5" ..
    
  4. Build

     nmake
    
  5. Execute

     qesteidutil.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.

qesteidutil's People

Contributors

metsma avatar telgat avatar uudisaru avatar olegprokofjev avatar germano0 avatar xmj avatar korc avatar mr-c avatar step21 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.