diff options
Diffstat (limited to 'readme-perl.txt')
-rw-r--r-- | readme-perl.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/readme-perl.txt b/readme-perl.txt new file mode 100644 index 0000000..94c0265 --- /dev/null +++ b/readme-perl.txt @@ -0,0 +1,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! |