https://github.com/italia/cie-middleware-linux
Middleware della CIE (Carta di Identità Elettronica) per Linux
https://github.com/italia/cie-middleware-linux
cie cpp smartcard
Last synced: 19 days ago
JSON representation
Middleware della CIE (Carta di Identità Elettronica) per Linux
- Host: GitHub
- URL: https://github.com/italia/cie-middleware-linux
- Owner: italia
- License: bsd-3-clause
- Created: 2017-10-07T08:09:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T14:53:39.000Z (about 1 year ago)
- Last Synced: 2025-04-22T18:48:58.268Z (about 1 year ago)
- Topics: cie, cpp, smartcard
- Language: C++
- Size: 36 MB
- Stars: 45
- Watchers: 15
- Forks: 13
- Open Issues: 28
-
Metadata Files:
- Readme: README.Linux
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# DEB package, from the project root
cd Build/Linux/GCC
./makedist.sh
# normal/dev build, from the project root
mkdir build && cd build
cmake -DCMAKE_MODULE_PATH=`pwd`/../Build/Linux/GCC ../Build/Linux/GCC/
make && make install