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: 12 months 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-21T13:27:36.000Z (about 1 year ago)
- Last Synced: 2025-03-21T14:30:03.061Z (about 1 year ago)
- Topics: cie, cpp, smartcard
- Language: C++
- Size: 36 MB
- Stars: 44
- Watchers: 15
- Forks: 14
- Open Issues: 29
-
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