summaryrefslogtreecommitdiff
path: root/libvxi11client
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-24 01:12:22 +0900
committerdaniel <danieruru@gmail.com>2013-01-24 01:12:22 +0900
commitb80de22fb9303609c23366b709319e3354661edb (patch)
tree1fc084862a687bcded164bf3c2299694215a4b6e /libvxi11client
parent1c43e5693afc5eab6611bdc1a81754b539d7142c (diff)
Expand a bit more on the perl stuff
Diffstat (limited to 'libvxi11client')
-rw-r--r--libvxi11client/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvxi11client/README b/libvxi11client/README
index 9195cb6..71d5153 100644
--- a/libvxi11client/README
+++ b/libvxi11client/README
@@ -49,3 +49,9 @@ The perl module is free standing and doesn't depend on the main
source. If you want to distribute the perl module as a perl module
you would distribute the VXI11-Client directory that is generated by
make perl.
+
+Once the module source has been created with make perl it works like
+a normal perl module. make will build it, make install will install it.
+The main libvxi11client directory isn't used inside the module source.
+The main libvxi11client source doesn't need to be compiled or even
+present to use the perl module.