Hi Pietro,

On Mon, Jun 03, 2013 at 09:11:52PM +0200, Pietro Braione wrote:
> >    cilly is now installed as a proper perl script. 
> 
> Does this mean that now the cilly script can be relocated, or that there is
> an install procedure for CIL?

It means that:
- perl package dependencies will be checked by "make";
- "make install" will install cilly in /usr/local/bin (or similar), and put a
  copy of necessary .pm files under $(perl_vendorlib)/App/Cilly instead of
  polluting perl namespace;
- you can make symbolic links to cilly/cilly if you prefer to avoid "make
  install" but want a link from some directory in your $PATH.

The only restriction is that if you want to move the obj/ directory
somewhere else, you'll need to edit cilly/App/Cilly/CilConfig.pm so that
$::cilbindir points to the new location of cil/obj (note that this is done
automatically for you upon "make install").

> P.S. I am interested in having an install make target for CIL. Is there some
> special issue that prevents that?

Hmm, there has been a "make install" target for as long as I can remember; see
README.md.  But it used to be a bit clunky.  This should be better now.

Best,
-- 
Gabriel

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to