summaryrefslogtreecommitdiff
path: root/readme-perl.txt
blob: 94c026552285421e961eb8810056a54805c407bf (plain)
1
2
3
4
5
6
7
8
9
10
11
To build the Perl code:
 - install the swig package
   on Debian this is valled "swig"

 - run:
	make cleware_perl
   this will produce: cleware.so and cleware.pm
   These two files must be installed in your Perl system.

 - look at example.pl to see how it works (e.g. execute perl example.pl)
   make sure that the user you run your scripts with has enough rights to access the USB devices!