Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
> export INTROOT=~/introot
> rm –rf $INTROOT
> user> getTemplateForDirectory INTROOT $INTROOT

...

Code Block
> cd ~/<local repository>
> getTemplateForDirectory MODROOT_WS <module_name>

Getting ICD Module

Clone the interface definition from Alma Common Software Workshot (acssw) in ALMA Bitbucket repo:

Code Block
> cd ~
> git clone https://bitbucket.alma.cl/scm/acsws/ostm-202109.git
> cp -r ostm-202109/ICD ~/<local repository>/

Building ICD Module

Inside the ICD module, run make all to compile the IDL files and generate all stubs and skeletons:

...