Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 319 Bytes

RPi_build.md

File metadata and controls

27 lines (17 loc) · 319 Bytes

Building on a Raspberry Pi

Dependencies

We need PCSC and CMake:

sudo apt install -y libpcsclite-dev cmake

Build

Clone the repo and cd into it.

Run CMake:

cmake CMakeLists.txt

This generates a Makefile, which can be run with:

make

That then creates a binary: bin/basic_test