https://github.com/eclipse-keyple/keyple-cpp-meta
keyple-cpp-meta
https://github.com/eclipse-keyple/keyple-cpp-meta
Last synced: about 1 year ago
JSON representation
keyple-cpp-meta
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-cpp-meta
- Owner: eclipse-keyple
- License: epl-2.0
- Created: 2022-05-25T17:44:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T14:23:29.000Z (about 1 year ago)
- Last Synced: 2025-03-29T15:27:30.136Z (about 1 year ago)
- Language: CMake
- Size: 39.1 KB
- Stars: 3
- Watchers: 11
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Building the Keyple components
### C++ components
#### Prerequisites
Here are the prerequisites to build the keyple components (dynamic libraries)
- G++ 6 and higher, MSVC++ 14 (other compilers untested)
- libpcsclite1 package installed (Linux) to build the PC/SC plugin
#### Windows, Linux or Macos
On Linux and macOS, the following commands will build all the artifacts at once
```
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain/.cmake ..
make
```