diff options
author | daniel <danieruru@gmail.com> | 2013-01-24 01:12:22 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-24 01:12:22 +0900 |
commit | b80de22fb9303609c23366b709319e3354661edb (patch) | |
tree | 1fc084862a687bcded164bf3c2299694215a4b6e | |
parent | 1c43e5693afc5eab6611bdc1a81754b539d7142c (diff) |
Expand a bit more on the perl stuff
-rw-r--r-- | libvxi11client/README | 6 |
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. |