Showing posts with label toolkits; unix-linux. Show all posts
Showing posts with label toolkits; unix-linux. Show all posts

Tuesday, December 10, 2019

Build FreeRDP with smartcard on Ubuntu

Compilation instruction

Besides the suggested base dependencies, also install libpcsclite-dev



sudo apt install libpcsclite-dev
cmake -DWITH_PCSC=ON -DWITH_SSE2=ON .
 
Then follow the Build section in the compilation instruction.