An open API service indexing awesome lists of open source software.

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

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
```