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: about 4 hours 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-17T12:13:24.000Z (4 months ago)
- Last Synced: 2024-08-03T02:04:03.316Z (3 months ago)
- Topics: cie, cpp, smartcard
- Language: C++
- Size: 36.5 MB
- Stars: 39
- Watchers: 15
- Forks: 10
- Open Issues: 28
-
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