Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you compile the tools #25

Closed
WattsC-90 opened this issue Aug 27, 2019 · 4 comments
Closed

How do you compile the tools #25

WattsC-90 opened this issue Aug 27, 2019 · 4 comments

Comments

@WattsC-90
Copy link

Hi,

I am a windows developer, so apologies for the eye rolling question.. but how do you compile the tools?

I have tried ./compile , but it requires arguments.. have tried make -f Makefile.am but this just prints.. make: 'Changelog' is up to date.

If I run make -f Makefile.am pcsc_scan, it prints.. `Fatal Error: winscard.h: no such file or directory.

I am running on raspberry pi, just trying to validate that the hardware is working before trying to go any further..

@LudovicRousseau
Copy link
Owner

Get the .tar.bz2 from http:https://ludovic.rousseau.free.fr/softwares/pcsc-tools/ and use the classic:

./configure
make

If you use Raspbian on your raspberry Pi you can just install the pcsc-tools package.

@WattsC-90
Copy link
Author

WattsC-90 commented Aug 27, 2019

Thanks, installed the package now, but even with configure and make I still got winscard.h fatal error

./configure
make pcsc_scan

results in the winscard.h error on a pi.

@LudovicRousseau
Copy link
Owner

Install the package that provides winscard.h. It is libpcsclite-dev

@WattsC-90
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants