From b80de22fb9303609c23366b709319e3354661edb Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 24 Jan 2013 01:12:22 +0900 Subject: Expand a bit more on the perl stuff --- libvxi11client/README | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit