Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add How to Get ICD Module (url)

...

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/awv.git
> cp -r awv/ICD ~/<local repository>/

Building ICD Module

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

...