You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Setting up your INTROOT area

Create an integration root area for your personal account (INTROOT) by issuing the following commands:

> export INTROOT=~/introot
> rm –rf $INTROOT
> getTemplateForDirectory INTROOT $INTROOT

Setting up your your first software module

Documentation about tools and module structure: ALMA Software Development Tools and Integration Procedures. Create a new module using the getTemplate command:

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

Building ICD Module

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

> cd ~/<local repository>/ICD/src
> make clean all install 

Building your own Module

> cd ˜/<local repository>/<module name>/src
> make clean all install
  • No labels