Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T16:19:47.000Z (4 months ago)
- Last Synced: 2024-07-08T20:46:45.371Z (4 months ago)
- Topics: cie, cpp, smartcard
- Language: C++
- Size: 36.5 MB
- Stars: 36
- Watchers: 15
- Forks: 10
- Open Issues: 27
-
Metadata Files:
- Readme: README.Linux
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- .github - cie-middleware-linux
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