File: README.Unix

package info (click to toggle)
pcsc-perl 1.4.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 74
  • sloc: perl: 887; ansic: 109; makefile: 50; sh: 44
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

A very quick documentation on how to build the wrapper for Unix.

$ perl Makefile.PL
$ make

Insert a smart card in the (first) PCSC reader

$ make test
$ sudo make install

$Id: README.Unix,v 1.5 2002/03/06 07:53:58 rousseau Exp $