# keyple-cpp-meta **Repository Path**: mirrors_eclipse/keyple-cpp-meta ## Basic Information - **Project Name**: keyple-cpp-meta - **Description**: keyple-cpp-meta - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```