summaryrefslogtreecommitdiff
path: root/readme-perl.txt
diff options
context:
space:
mode:
authorDonghoon Shin <dhs.shin@samsung.com>2016-09-19 17:36:01 +0900
committerDonghoon Shin <dhs.shin@samsung.com>2016-09-19 17:36:01 +0900
commite8acd13cc87ea038ecd6103e4088ce3cf5d501d7 (patch)
tree4c7c8cc683a297463996aa286f2f7758e8691b8f /readme-perl.txt
parentb95c2492274542bc4718a863f5d88f37a0a788ab (diff)
downloadclewarecontrol-e8acd13cc87ea038ecd6103e4088ce3cf5d501d7.tar.gz
clewarecontrol-e8acd13cc87ea038ecd6103e4088ce3cf5d501d7.tar.bz2
clewarecontrol-e8acd13cc87ea038ecd6103e4088ce3cf5d501d7.zip
Change-Id: I59bac2188ffbfe5a2ad2d9dcb33847aabfaffe44
Diffstat (limited to 'readme-perl.txt')
-rw-r--r--readme-perl.txt11
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!